Ram Kromberg
Ram Kromberg
Preventing app re-launch without implementing the locking in the app itself is susceptible to race conditions. Nevertheless, it can be done with a script that greps against lsof and sets...
I've put together an ad-hoc pymupdf script that I'm using as in-place replacement for single page inputs which doesn't show the bug: https://github.com/RamKromberg/pdfScale.sh_is_lossy/blob/main/pdfScale.py I've updated the shell script to reflect...
> The conversion is done by Ghostscript. Yeah I suspected that must be the case. > I would be very interested to get any info from your tests and add...
p.s. I've updated the script at https://github.com/RamKromberg/pdfScale.sh_is_lossy and added the output samples and diffs with a README.md that explains the issue. Hopefully it will be of some use.
@siebenmann Behold in horror at _xsel_ ( https://github.com/kfish/xsel ) to understand why is hacked in a way that separates \ avoids ICCCM where possible. That being said, sam already maintains...
I can't reproduce this with the current github master on [Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/shells/rc/default.nix). It looks like the [Debian package](https://packages.debian.org/bullseye/rc) is [a few years behind upstream](https://salsa.debian.org/debian/rc/-/commits/master) and is using an [out-of-tree patch](https://sources.debian.org/patches/rc/1.7.4+97.gceb59bb-4/0005-Fix-uninitialized-variable-error.patch/) [that...
The tiny11builder scripts are definitely a good how-to reference but there's enough differences between windows 10 and 11 that you're basically looking at hours, if not days worth of work...
show stopper for me as well. @gabm @just-Nob honorable mention to [autogyro](https://github.com/zlsa/autogyro) which, even if it's not as convenient user-interface wise, fits the use case and works where tapandturn doesn't...
Here's a fairly tricky but useful recipe to remove leading "The ", "An " or "A ": ``` URL: *.* Filter: /(^The\s|^An\s|^A\s|^)(.*)$/$2 /gi ``` Note the use of U+3000 IDEOGRAPHIC...
> I am not sure how much effort would it require to convert to SPIR-V [hipcl](https://github.com/cpc/hipcl) was integrated into [chip-spv](https://github.com/CHIP-SPV/chip-spv) which converts HIP to SPIR-V backends like OpenCL and Level...