Will Norris

Results 223 comments of Will Norris

As a separate request, but closely related so I'll include it here... At Google, our internal code ownership system requires at least 1 reviewer, as well as either the author...

Yes, I have consistently had issue with Google DNS wanting to resolve my custom DNS: ``` % dig @1.1.1.1 samson.ipn.willnorris.net +short 100.111.203.54 % dig @8.8.8.8 samson.ipn.willnorris.net +short ``` I've not...

**For the various folks that have chimed in on this issue, what systray implementation are you using?** We've started experimenting on a systray app that uses the `fyne.io/systray` go package...

If you're trying to have caddy listen on your tailnet, then it looks like you are missing the bind directive [documented here](https://github.com/tailscale/caddy-tailscale#network-listener). So you should have something like: ```caddyfile hostname.tail7c7620.ts.net...

No configuration option, but this is probably the same issue as #386, which is not handling the encoded characters in the URL properly. One solution might be to add support...

support for base64 encoding remote URLs has been added. This is likely to be the best solution for various encoding issues (like double percent-encoding, etc).

Sorry, I don't work at Twitter now and have nothing to do with this repo anymore.