Sjoerd Simons
Sjoerd Simons
The bollard API only seems to have one general timeout for all of the client actions (2 minutes by default, or user provided when using `connect_with_unix` directly). As always, timeouts...
The timer wheel auto-advancing while in pause is obviously helpful when tasks blocked on timers however when doing a bit of I/O as well things get quite unpredictable. In my...
## Description Masquarading policies for ipv4 and ipv6 are ortogonal e.g. a cluster could have a private range of ipv4 addresses but a public ipv6 range. In which case you'd...
Even though k3s is configured with an IPv6 CIDR the lease may not have ipv6 enabled. Only setup the IPV6 flannel network if the lease has one. Signed-off-by: Sjoerd Simons...
This implements just enough functionality to use pure Go code to create a new sysroot (for an image). Fwiw i've mostly done things as a simple wrapper around the C...
Hey, So i've been playing a bit with ostree-go, getting it to implement just enough for my use-case (which is to build images really). Part of doing so made me...
The table decoder does one step when the rotary encoder does one full idle -> idle transition; Which matches at least the tactile steps on my rotary encoder. The "default"...
**Is your feature request related to a problem? Please describe.** Feature request **Describe the solution you'd like** OAuth 2.0 Device Authorization Grant provide a nice way for e.g. command line...
Hi! Thank you for helping out with SSD1306 development! Please: - [x] Check that you've added documentation to any new methods - [x] Rebase from `master` if you're not already...
Add repeat flag to the Nec debug cmd to allow differentiating between a repeat press and all 0 bits.