Adam
Adam
We're using `Debug::pkgAcquire::Worker` and this patch to debug https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2003851 which we run into occasionally.
(For hacktoberfest) ~Notably this doesn't handle wcwidth!=1 or extended grapheme clusters, but you can filter for your emoji process now.~ Handles wcwidth!=1 now if the input is validly encoded. See...
## Description It's a common operational task is to start a service after enabling it. systemd has a flag for this (--now). I didn't see a way to cleanly add...
### Describe the Enhancement: Add the ability to start a systemd unit but only after enabling it. ### Describe the Need: It's a common operational task is to start a...
While testing a recipe with something like this: ```ruby template path do only_if { cond } ... end file path do not_if { cond } action :delete end ``` When...
See https://github.com/termbox/termbox2/pull/58 for the first attempt.
Useful or bloat? There's currently no way to fetch cells from the front buffer. This does close that gap. Otherwise this is a safer version of `tb_cell_buffer` which returns a...
This has come up once or twice as there aren't many good libraries for writing cross-platform terminal applications. To my surprise, recent versions of Windows Console support xterm-like caps if...
Hello. I maintain a fork of this library (and Debezium[0]) primarily to support a custom binlog event[1] from Twitter's fork of mysql. In order to support different flavors of mysql...