Jason Miller

Results 20 issues of Jason Miller

Powering off my display seems to cause cage to exit. I noticed the following quote from the wiki: > It supports hotplugging additional outputs and exits when its last output...

This line loops from 1 to 8; the array it is initializing is indexed from 0-7; The ommision of 0 is probably correct, as all zeros is the data tag....

# Issue description I first noticed this when running zeromq inside a chroot on nixos; it was trying to open /dev/urandom and failing. Building manually, I noticed that cmake *checks*...

stale

Perhaps this is intended? But I notice it ships with a libz.so.1, so maybe not? it's pretty easy to set an RPATH that will load this as modern linux dynamic...

portability

alsa wants to use the internal speaker on my workstation by default, so my asoundrc does something different. The readme ought to be updated to reflect this.

After a firefox upgrade, merely patching libxul.so was insufficient to get apulse working on my machine. In addition I use $LIB instead of lib so that the example can be...

Flask-WTF fails its tests due to missing wtforms.compat, which 3.x lacks. I ran into this error packaging for NixOS as it runs tests for python packages by default. This isn't...

Due to blindsidenetworks/mattermost-plugin-bigbluebutton#225 there are malformed posts in my history. I don't expect matterhorn to handle malformed posts correctly, but given that plugins can currently insert malformed posts, I *do*...

`''${foo}` is handled correctly, but `''$FOO` is not. Simple example: `` let foo = '' hi ''$FOO ''; in { a = 3; } ``

Any error shows up as an unknown error when using poll(2). It might be useful to handle at least the most common cases (e.g. peer resets connection)