Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Alchemyst0x pushed 1 commit to main Alchemyst0x/miscellany
- chore(misc): Change name to MiscLib. 39a831d
Alchemyst0x created a branch on Alchemyst0x/miscellany
main - A collection of Python 3.12+ utility functions and other miscellany.
Alchemyst0x created a repository: Alchemyst0x/miscellany
https://github.com/Alchemyst0x/miscellany - A collection of Python 3.12+ utility functions and other miscellany.
Alchemyst0x created a comment on an issue on Old-Man-Programmer/tree
Just wanted to update this issue with another discrepancy - it appears that the size calculation is very significantly off with the specific combination of flags I am using. A bit of context: My...
Alchemyst0x created a review comment on a pull request on woodruffw/pyrage
Thanks for the clarification. Sorry for the delay, I just saw the notification for this.
Alchemyst0x pushed 1 commit to fix-decrypt-io Alchemyst0x/pyrage
- fix(types): correct return type to 'decrypt_io' function Co-authored-by: William Woodruff <[email protected]> 85691fa
Alchemyst0x opened a pull request on woodruffw/pyrage
fix(types): correct 'decrypt_io' param and return type annotations
The 'decrypt_io' function was incorrectly parameterized with a "recipients" parameter instead of "identities." Additionally, the function was typed as returning None, but it should return bytes...Alchemyst0x created a branch on Alchemyst0x/pyrage
fix-decrypt-io - Python bindings for rage (age in Rust)
Alchemyst0x pushed 1 commit to main Alchemyst0x/pyrage
- fix(types): fix 'decrypt_io' annotations and params This function was incorrectly parameterized with a "recipients" ... fa924f9