Emmanuel Leblond

Results 177 comments of Emmanuel Leblond

Hi @teythoon ;-) keyid&data can still be used programmatically, (see https://github.com/touilleMan/password-hashes/blob/a9471f0e898a000f36e60cde3a9aac4f6db6afad/argon2/tests/phc_strings.rs#L202-L203) The reason to add the comment about deprecation in the documentation is due to those comments: https://github.com/P-H-C/phc-winner-argon2/issues/143#issuecomment-256152382 So `keyid`...

@teythoon I think this argon2 thing can be divided into two layers: 1) the algorithm as described by the specs PDF and the the RFC you provided 2) the encoding...

Well this issue inspired you a lot :smiley: > You might be able to work around the issue in your program by making sure that you close connections explicitly (e.g....

[Triopg v3.0.0 released](https://pypi.org/project/triopg/0.3.0/) ;-)

> The Python plugin manager mentions debugging support in Pycharm To be honest I don't use Pycharm at all, this support was provided by a contributor (see https://github.com/touilleMan/godot-python/pull/86) Godot-Python aims...

Godot-Python provides .pyi (stub files providing typing information) files that are the standard for autocompletion (and static type checking with mypy&co) on Python

please note you also have to update the macos version in test-rust-matrix (which seems to currently uses macos-12)

#866 attempted to implement this

Another failed build, this one is particularly interesting given the failling test (`tests/backend/test_s3_blockstore.py::test_s3_read`) is basically totally isolated (no custom fixtures, no use of postgresql, no server, no backend etc.) This...