Jari Vetoniemi
Jari Vetoniemi
Getopts does not support the dmenu's single dash longopts, we should only support the dmenu opts with single dash. Preprocess those before getopts perhaps.
Curses is kind of unnecessary dependency for something this simple. Memview is another TUI program that doesn't use curses: https://github.com/Cloudef/memutils/blob/master/src/memview.c
If using alsa backend in mpv, video won't play until audio stops playing. Mpv is probably relying on some implementation detail or missing plug function. Any ideas?
Currently in progress of porting box86 to android (ndk / bionic) and fixing bunch of compiler warnings in the project, I came upon this which seems quite obvious error, but...
Support proxy configuration for proxies that support HTTP tunnel feature. Only basic authentication is implemented.
### Zig Version 0.11.0-dev.22+57dbeb90a ### Steps to Reproduce and Observed Behavior ```c #include int main() { printf("hello world\n"); return 0; } zig cc -target target-here hello.c ``` Or to take...
DAVStreamRequest for NSInputStream request, so that large files can be send without mapping them to RAM fully (which can cause OOM). Not tested, but should work. I already implemented subclasses...
Should catch common programming errors