Ján Jančár
Ján Jančár
Hey! The last release of this package on pypi is from 2016: https://pypi.org/project/fontawesome-markdown/ It would be great if the a new release could be pushed there from current master.
### Prerequisites * [x] Checked the developer manual * [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt * [x] Checked that your issue isn't related to TomsFastMath's limitation that...
This should fix the timing leakage allowing a Minerva-style attack. See https://minerva.crocs.fi.muni.cz for more info.
This PR adds a toolbar button to transmission-gtk for opening a torrent from a URL. **Rationale:** For what anecdotes are worth, from my personal usage of transmission, I have added...
~Hi, I recently saw a performance regression while using pyinstrument. It seems to be connected to the 4.5.1 -> 4.5.3 update but also might be related to Python version (3.9.17...
Basically, some internal functions ignore `MP_DEFAULT_DIGIT_COUNT` and allocate much smaller, which then reads to reallocations quite a bit. Allowing a custom `MP_MIN_DIGIT_COUNT` is nice when one wants to save reallocations,...
### Problem Statement I currently run a celery task*, with some custom spans that divide a long running processing task. This processing task itself does a bunch of HTTP requests,...
This PR will add support for ensuring that secret values only go into guaranteed constant-time instructions (Intel DOITM, ARM DIT). Currently it does the following: - Adds a script for...
The following example passes CT checking when done on the default compiler pass. However, when CT checking is done after lowering `-checkCTafter=lowering` (with this #736 PR) it fails. ```jasmin inline...
Since JavaScript dependency management is straight from hell this page has some outdated dependencies. When I tried to bump them to something reasonable I encountered the most ridiculous amount of...