Jared Johnstone

Results 142 comments of Jared Johnstone

Watching (`watch -d -n1 nvidia-smi`) as I mash `Start Replay Buffer` and `Stop Replay Buffer` I can clearly see the application (`obs`) is not freeing all its full video memory...

I am seeing the same growth when my OBS preview is fully-black. It happened much sooner when Counter-Strike 2 was on display - content to fill the framebuffer instead of...

Here is my log from this launch with its CUDA_ERROR_OUT_OF_MEMORY experience around the 9473MiB mark Note I have a a named Xcomposite window capture Source for CS2 and TF2 configured...

+1 Impossible to create an app on the https://my.telegram.org/apps page. I've tried everything you possibly can. Afraid to try any further due to the login page of my.telegram.org blacklisting your...

Worked around this issue by modifying `snipe-it/vendor/spatie/db-dumper/src/Databases/MySql.php` In the `getDumpCommand` function I appended `"--skip-ssl",` to the $command section, where the mysqldump command and its arguments are prepared for execution. Backups...

> Worked around this issue by modifying `snipe-it/vendor/spatie/db-dumper/src/Databases/MySql.php` > > In the `getDumpCommand` function I appended `"--skip-ssl",` to the $command section, where the mysqldump command and its arguments are prepared...

Yeah that's what I tried first for both the nginx and php user which run this platform. But it had no impact. Hardcoding `--skip_ssl` into db-dumper's command arguments was the...

Can't be much more clear about this. After updating mariadb it now expects tls by default. This seems to be a recent new default behavior of mariadb's client tools. This...

I found the cause for this is `fluid_synth_system_reset(fs_synth_)` in `stop()` and have submitted a pull request that comments it out with a warning. In local testing this appeared to fix...