Joel
Joel
I replaced the dependency [quamash](https://github.com/harvimt/quamash) with [qasync](https://github.com/CabbageDevelopment/qasync), which claims to be a maintained fork of quamash. Also It does support python 3.10 in its latest version. I changed the [package/archlinux/PKGBUILD](https://github.com/kbumsik/VirtScreen/compare/master...dderjoel:VirtScreen:master#diff-e1215f0b086c8c7b47710324b4663b87054dced7c77b155ef3b9aa6d10f1a79a)...
Hi, I am using version `1.1.2-beta.3` of this package, because I need the file-permissions-hooks. My `tsconfig.json`.`include` does not have any entries ending with `.ts` or `*`. that means, that it...
Hi, I used this software successfully a couple months ago. I do not know what changed (maybe our IT), but I can no longer connect. I'm using this remote URL:...
In this PR the auto detection of x86_64 is removed and the configure file will default to the C implementation. Further, if asm has explicitly been requested with `--with-asm=x86_64`, the...
This PR is result of https://github.com/bitcoin-core/secp256k1/issues/1261 In a nutshell, it replaces the current C-Implementation for the field arithmetic multiply and Square with the proven-correct implementation from the Fiat Cryptography Framework.
labels in assembly start with `.` and some special labels for debugging start with `.cfi` currently, as Assemblyline does not support jumps, I would still appreciate, if assemblyline could just...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
This commit prevents an empty color to be emitted on the 3rd line. With this, if the specified default color `-C ""` is empty, the script will not emit anything...
When I was using this project with the Iconic Fonts (Font Awesome 5), I had the space-char rendered incorrectly looking like this.  Apparently, this is related to Pango as...