Stefan Gloutnikov
Stefan Gloutnikov
Is there an update on this feature? Recently ran into the need to use impersonations and I think the way you guys have outlined it above would be a great...
Really appreciate the work so far! If I find some time myself I'd love to learn some Rust and make a contribution to the project.
The quickest fix for me was to use `handler.New()` instead of `handler.NewDefaultServer` and add the transports myself. You can see an example of that in the [chat example](https://github.com/99designs/gqlgen/blob/master/example/chat/server/server.go#L32). There is...
Noticed today on a fresh iOS install that the application properly detected photos that were already uploaded to the server, and the cloud checkmark appeared in the corner of the...
I'm a minor version ahead on MacOS and unfortunately getting the same error as OP: `▶ ERROR key generation error: Unknown signature subpacket: 34 (error 905)` ``` gpg --version gpg...
I see this was brought up a while back, but I keep running into this problem on my installations. The job fails its `backoffLimit` times before the rest of the...
The following may be useful for computing swapfile size: ``` SWAP_SIZE=$(free | awk '/Mem/ {x=$2/1024/1024; printf "%.0fG", (x
`fcitx5-configtool ` was removed [here](https://github.com/basecamp/omarchy/blob/f5cd7a4237ca4aad549a6225c472e97d58a825dd/migrations/1752897642.sh) but not sure why.