Keybase proof
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:
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() |