James Tucker

Results 96 comments of James Tucker

Tailscale always uses an MTU of 1280 on the tailscale0 interface. `$TS_DEBUG_MTU` can be used for debugging _at the moment_, but the environment variable controls are not intended for long...

> FWIW this ping command hangs right now when I'm on my wifi hotspot This is very likely indicating the problem that we need to diagnose for a better experience....

https://github.com/rdoc/hanna-nouveau

i think this works with my fork, if not, please let me know.

Remove the `:server` argument, then I'll be happy to merge.

This is not safe as-is, sqlite itself does not lock results, which the backup API also uses. We will need to add a lock shared between the backup context and...

TODO: test if we can perform online backups of two schemas concurrently At time of writing control has two databases attached in the writable connection, main and noise. Ideally to...

Interesting, thank you for the report. From https://docs.kernel.org/networking/vxlan.html it sounds like there may be an issue where the vxlan interfaces don't always correctly advertise feature support or implement some features....

Two changes will have affected this: 4ec6d41682c7daa1e4b983e6d02d28c5f5ba1b29 146f51ce768b9f4f002b78a26178d7896ab0d247 I believe with those two patches, this issue should be addressed - both of which are in the current stable releases. Please...

> idk, just run https://github.com/rust-windowing/glutin example from here, it's transparent. There's also alacritty which uses `Opaque` hints **and** has transparency. Also, softbuffer, which we're using for examples don't support transparency...