Caleb Spare
Caleb Spare
Here's a snippet from a Terraform config I just wrote: ``` ruby ensure_run_once("nginx directories have correct permissions") do shell "sudo chgrp admin -R /etc/nginx/sites-available", :silent => true shell "sudo chmod...
It looks like part of the problem with #4 is this issue as well. It is not possible to detect a '?' being pressed using the keydown event in Firefox...
If I generate easyjson for something like ``` //easyjson:json type T0 struct { P *T1 } type T1 struct { S string } ``` then the generated code includes this:...
When gopls is killed or crashes, vim becomes completely hung. This is a big QoL issue and is incredibly disruptive for me (I tend to have very long lived gvim...
In migrating from vim-go, one thing I miss are the :GoBuild / :GoTest commands. I had these bound to shortcuts and used them a lot. I'm still experimenting to see...
I'm seeing a strange issue that I've isolated to bufexplorer. (That is, it does not occur without bufexplorer loaded, and it does occur with an empty .vimrc and bufexplorer as...
Hey @ulfjack, thanks for the great algorithm! Quick question: should this be a loop rather than an if, or was that intentional? https://github.com/ulfjack/ryu/blob/b2ae7a712937711375a79f894106a0c6d92b035f/ryu/d2s.c#L414 I haven't tried building your benchmarks yet,...
**Update:** The current proposal is to add the function `ServeFSFile` to `net/http`. This is an analogue to `ServeFile` which interoperates with `io/fs` file systems. ``` // ServeFSFile replies to the...
### What version of Go are you using (`go version`)? Go 1.19 ### Does this issue reproduce with the latest release? Yes, and also with tip. And also with the...
### What is the issue? I mostly cannot connect to other devices over Tailscale while my internet connection is via a wifi hotspot on my phone. I say mostly because...