Dani
Dani
Occurred on Linux 5.15.7-xanmod1-tt-1 using xorg and i3wm **Steps to reproduce** 1. Start a video capture using the following command: `escrotum -r '~/img/screenshots/%Y-%m-%d_%H-%M-%S.webm' -e 'echo $f'` 2. Wait 5 seconds...
Fix strftime discrepancy on expanding filename arguments as outlined in https://github.com/Roger/escrotum/issues/76
[wav.h](https://github.com/dyeo/dyeo.h/edit/main/wav.h) is a single-header .wav file encoder and decoder features: - works better than the existing wav file import and exporters - compiles with -Wall -Wextra -Werror - supports pcm16,...
[ll.h](https://github.com/dyeo/dyeo.h/blob/main/ll.h) is a simple dynamic-library loader that is cross-platform for windows and linux. It is designed to make hot reloading faster and safer by providing a clean interface for loading...
Add remaining C numeric types; make default values optional; add ability to mark flags as required
**Breaks existing API?:** Yes (the `flag_bool`, `flag_str`, etc. functions have a parameter removed) `flag_[TYPE]_default` functions added to allow the user to specify a default value on a flag, by providing...