I hereby claim:
- I am tanguyantoine on github.
- I am tanguyantoine (https://keybase.io/tanguyantoine) on keybase.
- I have a public key ASD50cSsodImw9P3SEPTE5nuzLbAHxW9CO5tHfePkBj5mgo
To claim this, I am signing this object:
| # specify a directory to install | |
| cask_args appdir: "~/Applications", require_sha: true | |
| # install only on specified OS | |
| brew "gnupg" if OS.mac? | |
| brew "glibc" if OS.linux? | |
| # install packages | |
| brew 'git' | |
| brew 'bash-completion' |
| { | |
| "definitions": { | |
| "io.argoproj.argocd.v1alpha1.AWSAuthConfig": { | |
| "description": "AWSAuthConfig is an AWS IAM authentication configuration", | |
| "type": "object", | |
| "properties": { | |
| "clusterName": { | |
| "description": "ClusterName contains AWS cluster name", | |
| "type": "string" | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| Types::FoosType = GraphQL::ObjectType.define do | |
| field :foos, !types[Types::FooType] do | |
| timed true # enable New Relic trace_execution_scoped | |
| description "Returns foos" | |
| argument :per, types.Int, default_value: 20 | |
| argument :page, types.Int, default_value: 1 | |
| # Moving to cursor pagination would be better | |
| resolve(...) | |
| end | |
| end |
| -------- position ----------- | |
| --[[ | |
| & - " | |
| - - - | |
| è - ç | |
| ]]-- | |
| hs.hotkey.bind({"cmd", "alt", "ctrl"}, "&", function() | |
| local win = hs.window.focusedWindow() | |
| local f = win:frame() | |
| local screen = win:screen() |