Hizkia Felix
Hizkia Felix
 When viewing the topology graph from the edit screen, the user can choose to view a snapshot of the graph from a certain date by clicking on the `date`...
Right now, autofc2 is only able to wait for fc2-live-dl to record a stream and exit. It would be cool if fc2-live-dl can emit events such as when the stream...
When I try to create a new Vite project using `yarn create vite` and selecting React with Typescript + SWC, I can perform `yarn build` just fine, however when I...
Ideally, users who downloaded the binary releases should not have to refer to GitHub to grab an example configuration file. The example config should be embedded with the `include_str!` macro,...
It would make debugging easier if the raw ytarchive output can be saved to a log file.
Right now hoshinova doesn't check if ytarchive is still running or has crashed, and can cause videos to get stuck.
hoshinova should ensure that the temp and output directories are writeable, and exit with an error if they're not. It's better to crash early than later when the recordings are...
**Describe the bug** Storing passwords in a reversible format (e.g. base64) is very insecure and against standard security practices. Passwords should be stored as a hash instead. For further details,...
I think the README would look much nicer with a screenshot.
When I try to create a new Vite project using `yarn create vite` and selecting React with Typescript + SWC, I can perform `yarn build` just fine, however when I...