Luca Cappelletti
Luca Cappelletti
As per the title, added a new struct which implements the [BuildHasher](https://doc.rust-lang.org/nightly/core/hash/trait.BuildHasher.html) trait and relative test suite.
Hi - I have added optional support for the [mem-dbg](https://github.com/zommiommy/mem_dbg-rs) crate, guarded behind the mem-dbg feature. I have also added optional support for enabling std, which is needed at this...
I have refactored the package, documented it more and generally made it presentable as a Pypi package. I have also published the package on Pypi, to make it easy to...
Hi - may I ask why the package is not published on Pypi?
Solving issue #46
Currently, the library does not have support for MyPy. I will make a PR to add it.
**What's the problem this feature will solve?** At this time, there are lots of dead packages hosted on Pip. These packages are characterized by no link to the source code,...
Hi! Great idea maintaining Mordred! I wanted to let you know that, for some smiles, [this line](https://github.com/JacksonBurns/mordred-community/blob/23a3a3967968e9585b821de97ffca6095ff580d7/mordred/_matrix_attributes.py#L251) will introduce NaNs into the fingerprint raising the following error: ``` /home/cappelle/miniconda3/lib/python3.12/site-packages/mordred/_matrix_attributes.py:251: RuntimeWarning:...
## PR Type Feature ## PR Checklist - [x] ~Tests for the changes have been added / updated.~ - [x] ~Documentation comments have been added / updated.~ - [x] A...
As per title, the `CloseReason` does not implement serde::Serialize and Deserialize. Why is this? https://github.com/actix/actix-web/blob/9656383646463e95d33d17458cc4b02ba5930f2c/actix-http/src/ws/proto.rs#L197-L205