Ian Bobbitt

Results 6 comments of Ian Bobbitt

Is there enough space to keep the selected patch names on screen? `mt32emu_qt` shows them, but of course there's a lot more space to work there. Text modules are way...

I needed something like what @BTBurke suggested, so I went ahead and started working on it. I hope I'm not stepping on any toes. I think icb-/caddy-jwt@d0f8d4bd92b84c4e99d7b8582fe49fbf011e7337 is mostly complete,...

Emulating the tailscale control socket API doesn't sound very straightforward, and would come with some downsides (like not being able to easily run tailscale on the headscale system). It may...

The token code is being returned as an integer. If it's shorter than `token_length` then it has leading zeros. Pass `as_string` as a truthy value to get it as a...

> Or if someone could tell us how to get a custom mmdb to work with the filter. 1. Make sure your database (not just the file) is named `GeoLite2-City`....

I'm creating my own database, rather than augmenting an existing one. This is a stripped down version of what I'm doing. ```go package main import ( "github.com/maxmind/mmdbwriter" "github.com/maxmind/mmdbwriter/mmdbtype" "net" "os"...