samliddicott

Results 10 issues of samliddicott

Try: echo "and over" | ./.local/go/bin/goat /dev/stdin > x.svg the letter o alone is transformed into a large circle, the rest of the text is fine.

Have you considered limited support for reading and interpreting unicode characters? U+00B7 middle dot could be used for dotted lines, instead of hyphen Or, using math symbols: http://jrgraphix.net/r/Unicode/2200-22FF U+22EE ⋮...

enhancement

TLDR; whipper can't use this drive though abcde can Here I'm running whipper git HEAD 04ff0058064b52ff9262a4a4820cb8b2b0b95125 on Linux with Ubuntu 20.04 kernel 4.14.24-qnap in a container, with distro stock cd-paranoia...

Bug
Needed: more info
On Hold

proot passes through chroot syscall, with appropriate path fixups. can proot alternatively spoof the chroot syscall? For cases where proot is needed chroot is often not available. It would mean...

kind/enhancement
status/help-wanted

korn man page printf section says: %q A %q format can be used instead of %s to cause the resulting string to be quoted in a manner than can be...

Control of character width may be specifiable with CSI escape sequences, and I note that these sequences are terminated by NL among others. See #511 This is mentioned in https://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html...

When wrapping, consider skipping over escape sequences such as those used for color control. This way colorized messages can be wrapped. Maybe https://docs.rs/strip-ansi-escapes/latest/strip_ansi_escapes/ has suitable code to steal.

Please consider a feature where all lines are padded to the same length with spaces, and maybe trailing characters appended. This means it easy to box text by using vertical...

Lock the `local` dir with `flock -Fs` for shared read locks and `flock -Fx` when updating This prevents certain failure at concurrency >=5 and succedes past concurrency of 70 Change-Id:...

See section 12 at https://www.freebsddiary.org/APC/usb_hid_usages.php