AviiNL
AviiNL
I'm attempting to create a SSH2 server based off https://github.com/mscdex/ssh2 When setting input and output on the screen as the 'accept()' of SSH2's shell event, which is an instance of...
In Lua, all numbers are assumed to be doubles, not integers. Using double numeric values causes the parser to crash. ```lua local PI = 3.14 ``` panics on `let parsed...
I am using this for tailing multiple files at the same time, and I was missing the ability to also log the file it came from, with this addition the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior When invoking faster-whisper from home assist on version current `gpu` tag...