Zhoros

Results 10 issues of Zhoros

it says that this library is single threaded, I want my websocket server to keep running even though the app is in background. Is it possible? from the source code...

ffmpeg -f gdigrab -framerate 10 -i desktop -c:v libx264 -preset ultrafast -tune zerolatency -f flv rtmp://192.168.1.3/live/STREAM_NAME nodejs code const config = { rtmp: { port: 1935, chunk_size: 60000, gop_cache: true,...

Some posts have very short title and it's very hard to click especially if you are using mobile to view it, you gotta extend your thumb all the way to...

enhancement

Share any folder for 999999 days, it will cause memory overflow and no sharing will be created (nothing on share management setting). maybe apply check for it to prevent overflow....

go to the main website https://obfuscator.io/ and obfuscate with the highest preset, https://webcrack.netlify.app/ will crack it in 1 second.

### Checklist - [X] I've looked at the [documentation](https://summernote.org/deep-dive/) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Summernote, not with...

bug 🐞

from develop branch, using docker-compose.yaml as instructed in readme.md ``` => ERROR [pyload package_builder 4/4] RUN echo "**** build pyLoad package ****" && pip3 install $PIP_INSTALL_OPTIONS --find-links=/wheels --no-i 6.8s ------...

bug
pyLoad Next

![Image](https://github.com/user-attachments/assets/356ed37a-e4e9-4912-8f7f-5b08b8ac5f55)

bug

```js const sql = require('mssql/msnodesqlv8'); (async () => { try { await sql.connect("Driver={SQL Server Native Client 11.0};Server=localhost\\SQLEXPRESS;Database=MyDB"); const result = await sql.query`select TOP 10 * from MyTable`; console.dir(result); } catch...