Ven0m

Results 15 issues of Ven0m

Is there any possibility to distribute the load? I mean, I'm already running quite a nice dedicated server with up to 5GHz (i9 9900k) and there isn't too much going...

When I use "numprocs" with a higher number than 1, all processes except one fail instantly. But I need more threads of my server to take care of the task,...

You can try here: https://vueformulate.com/guide/inputs/types/box/#checkbox The checkbox input always stays at `false`. It never turns to `true`, even when the checkbox is checked and the Vue variable is `true`: ```...

bug report

Shouldn't this pusher package always throw a BroadcastException? Since my upgrade from 4.0 to 6/7 (tried both) I always get a "GuzzleHttp\Exception\ConnectException" when my websockets service is down. On my...

It should only be refreshed on purpose. Any idea how to achieve this?

``` composer require beyondcode/laravel-er-diagram-generator --dev Using version ^3.0 for beyondcode/laravel-er-diagram-generator ./composer.json has been updated Running composer update beyondcode/laravel-er-diagram-generator Loading composer repositories with package information Updating dependencies Your requirements could not...

A few edits according to [this thread](https://forum.modartt.com/viewtopic.php?id=8268) on the official Pianoteq forum. To quote the user "Yannick": > On raspbian bullseye, because changes were made to the default "pi" user...

Purify seems to get rid of the src attribute when using iframes. Not sure why. I'm using HTML.SafeIFrame, tried different URI.safeIframeRegexp and in HTML.allowed I have `iframe[src]`. Any ideas?

I have trouble trying to get nodriver/undetected-chromedriver running in docker. Nomatter what I do, I always end up with the following error: ``` File "/usr/local/lib/python3.12/socket.py", line 837, in create_connection sock.connect(sa)...

Not sure if this is the right place to ask, but I really wonder how I could store the items and scroll position so that when the user goes back...