Dan Panzarella

Results 12 issues of Dan Panzarella

Use https://github.com/dvyukov/go-fuzz to generate some files and fuzz the parser to make it more robust to craziness

enhancement

https://github.com/conformal/yubikey/commit/613e3b04ae2eeb78e6a19636b8ff8e9106d2e7bc much better performance. But don't sacrifice readability for large structs or complicated branching.

enhancement

**Problem:** on recent Arch linux, this isn't compiling as-is. Basically problem finding the symbol definition of `GLintptr` (`error: unknown type name 'GLintptr'`). Googling this found a [similar problem](https://www.libreoffice.org/bugzilla/show_bug.cgi?id=83631) filed on...

Readme says "FULLY implemented", and the function definition is in openvg.h, but not actually implemented. Looks like it should be in src/shPaint.c, but it's not present in any of the...

Running another python process (or few?) might take up more mem than I'd like. But perhaps better aggregation of system stats: https://psutil.readthedocs.io/en/latest/#system-related-functions

Pros - no more `statbar` checking for and launching `statd` - fix bug where shmem file exists, but statd is dead and statbar hangs doing nothing - possibly no more...

When killing stat(d|bar) via `kill`, some processes that are blocked on a read are not cleaned up. This is usually the `bspwm subscribe` and the mocp music listener

Sometimes, on crashes, `/dev/shm/statbar` is left behind, and not appropriately detected as "dead" on next run. Client will hang waiting for data

`datetime` is probably good enough. Only wakes up during minute change. `network` can probably be pinged by events. E.g. onconnect, ondisconnect events of network manager can send SIGUSR2 or something...

Currently fixed at Y=32 due to `conkup`. Should be relative to click, since the status bar may not always be at the very top. If it's actually hugging the bottom,...