Ethan Marshall
Ethan Marshall
Although the standard dwm patch for clickable status requires the use of BSD user signals, would it be worth programming an alternate interface and a custom dwm patch which uses...
### Discussed in https://github.com/DSJAS/DSJAS/discussions/48 Originally posted by **enigmaticloon** June 17, 2022 This is an amazing resource I cant wait to see more of it. When adding a transition I understand...
Currently, there are at least two modules that I know which require you to enable or configure features by manually modifying local storage. This is a very good method of...
Currently, podbit stores every loaded episode in a flat array. This means that we have to do a search through of every single episode in the cache to find those...
> Closes #3 I've added a .htaccess file which rewrites any request without an extension to *.html. This only works for HTML files, so assets still work the same. I...
Currently, podbit relies upon the newsboat config and its format to parse some important options. This is flimsy and breaks very easily. This also breaks the ability to add custom...
Rather than using a continuous reload loop to reload the queue file, instead wait for events delivered from the kernel using inotify - falling back to periodic reloads if the...
There is no point in queuing an episode of something which hasn't been downloaded, only to wait until it wants to be played to download it. If the user has...