Paul Brannan
Paul Brannan
I also had this error: ``` $ sudo cset shield --cpu 2 cset: --> failed to create shield, hint: do other cpusets exist? cset: **> [Errno 22] Invalid argument ```...
I was unable to install catarina via the kxstudio link you provided (catarina is in the kxstudio apps ppa, and afaict there is a ppa for 18.04/bionic but not for...
I also ran into this, but I also unset the noisetorch device as default before I unloaded noisetorch. I had no entry for noisetorch in `default-nodes`, yet the noisetorch source...
Oops, incorrect formatting accidentally referenced issues 1-9. Fixed in an edit.
We use `forceFitColumns` to widen the columns to remove any whitespace on the right. For whatever reason that I have not identified, using `enableAutoSizeColumns` causes the grid to not show...
I am confused why this issue was closed. The deprecation message is still in the 6pac repository (https://github.com/6pac/SlickGrid/blob/d1132c9368e69be9cf2032300e37b89b6c6b07f8/src/slick.grid.ts#L3636). In 2021, @6pac said: > Ok, so as far as I can...
The attached patch refactors `scunet_model.py` to work more like `realesrgan_model.py`. It uses the same local filename as previously (i.e. `ScuNET.pth` instead of `scunet_color_real_gan.pth`). [scunet_model_fix_psnr.patch.txt](https://github.com/user-attachments/files/16350101/scunet_model_fix_psnr.patch.txt)
I discovered today another reason to support this: invoking `pip-compile` a second time with `--strip-extras` to generate the constraints file, I ended up with a different version for one of...
FWIW I was able to capture the above QtWebEngine script using glinject 0.4.4. The segfault was happening at the cerr, so I printed to a string instead: ``` diff --git...
In the master branch `libssr-glinject.so` also does not link to `libGLX.so`. I tried making the same change there to add `-Wl,--no-as-needed` but it still does not capture anything. So there...