earlchew
earlchew
I'd like to see volumio support post-install boot from USB flash drives. The first part of the boot allows initramfs/init allows imgpart and imgfile to be specified from cmdline.txt (the...
Some distributions provide tgetent(3) in libtermcap instead of libcurses, or libncurses. The search strategy in `configure.ac` should be flexible enough to support this.
In https://github.com/jelmer/dulwich/issues/296 @jelmer wrote: * it currently caches all objects in memory while it repacks This creates both an issue in space (the amount of memory used), and time (the...
As a user, I want repacking to be crash resilient, so that I can terminate the operation (eg ^C) at any time without fear that I will end up with...
``` def commit(): os.fsync(fd) f.close() ```
Description of problem: When a function scoped variable is set in the body of a while loop, the variable appears to lose the value when the loop is restarted. Ksh...
I'm proposing this commit to address https://github.com/containers/bubblewrap/issues/369. Instead of the default termination when receiving SIGINT or SIGTERM, this change propagates SIGINT and SIGTERM from the parent to the child.
Presently, the documentation for [`Slim::Control::Request::subscribe`](https://github.com/Logitech/slimserver/blob/c1ac49e44b7bd81d5b2fc72b47f3bfdd84ee7c94/Slim/Control/Request.pm#L305) reads: ``` Optionally, the subscribe routine accepts a filter, which limits calls to the subscriber callback to those requests matching the filter. The filter is...
Use \b to bracket words when creating regular expressions to avoid words matching subwords (eg "play" matching "playlist" and "display"). Fixes #622.
Fix https://github.com/umlet/umlet/issues/530