tinywombat765
tinywombat765
As far as I can tell Elvish doesn't ship with man pages for the shell or it's builtins
signal-hook now has separate async crates. As of version 0.2.1 the async-std version only depends on async-io and futures-lite for it's async stuff, thereby making it "compatible" with smol. This...
Throwing a bunch of header and source files into /usr/local/include isn't really how you're supposed to distribute a C library, at least on Linux. I'd like to help but I'm...
I would like Junction to provide [FreeTube](https://github.com/FreeTubeApp/FreeTube) as an app to open YouTube urls and only YouTube urls. Would there be a way to get Junction to recognize FreeTube as...
**Describe the bug** Updates to a playlist are not written to the disk until the app is force closed. **To Reproduce** Steps to reproduce the behavior: 1. Add songs to...
I'm building a high level abstraction around io_uring. I've been testing it and when I submit entries from multiple threads it seems to occasionally loose entries. From inspecting the SQ...
liburing has a way to block until completion events come in. I'd be nice to have that functionality in this library. Some like https://unixism.net/loti/ref-liburing/completion.html#c.io_uring_wait_cqe
One of the main reason I use Linode is because they officially support Alpine Linux, so it'd be nice if the Longview installer also support Alpine Linux.
This patch makes it so the user can select which battery they want to display if they have multiple using the `@dracula-battery` option. It also makes the status line always...
### Describe the feature you'd like User should be able to select which batter they want displayed if the system has multiple. ### Describe risks you've considered Batter code will...