nick black
nick black
The order of the picture formats is inverted in the `output.c` example. This corrects them, and also replaces numerous direct uses of PIX_FMT_YUV420 with one constant.
# What / Why Generally, the POSIX form `command -v` is preferable to `which` for the type of things this package does (`which` is not part of POSIX). Debian has...
Hey there! I'm the author of [Notcurses](https://github.com/dankamongmen/notcurses), and I'm considering use of c-for-go [to generate our Go bindings](https://github.com/dankamongmen/notcurses/issues/786). I've created the following simple `notcurses.yml`: ``` [schwarzgerat](0) $ cat notcurses.yml #...
I've got a disk with a partition that was once part of a linux raid, but no longer is. I cannot wipe this filesystem. Pressing 'w' works fine, and brings...
currently, pressing ctrl+d in `growlight-readline` just generates a capital 'D'. it ought be processed as EOF, causing an exit. this might require notcurses changes.
we collect stats from the various physical devices on which we have vdevs, but there are no statistics for the virtual device. i know `zpool iostat` can show them, so...
Wouter Verhelst pointed out on debian-devel that partman has support for preparing and making persistent NBDs: https://salsa.debian.org/installer-team/partman-nbd it would be a fine thing to have similar functionality for ourselves.
My talk for Debconf21, "[proposal for a new d-i disk preparation tool](https://debconf21.debconf.org/talks/3-proposing-a-new-d-i-disk-preparation-tool-growlight/)", has been accepted. I'll need be able to demo `growlight` as part of the debian-installer for this (2021...
We currently have exFAT defined in `src/fs.c`, but it's not hooked up to any filesystem creation tools. Get it going.