bion howard

Results 183 comments of bion howard

i increased the minor version of the rand dependency renamed "gen" to "random" in bigrand (note: this will be a breaking change, but it's necessary because of the new `gen`...

ok, not sure how to split up a PR, ill look into it, my bad

Thank you for making this awesome crate, thank you for your time, mainly just want to take another look here so we could support rand 0.9 and then I wouldn't...

i just pushed more clippy lint chore level fixes, tests pass, just checking on my fork cuz i'm using that in my project would still be interested to look into...

you're right! weird, i must have used "jump to definition" on a rare case where there's no stub (Draw.MolToImage) and it jumped here and I saw this return type annotation...

alright, fair enough, no problemo, i'll rename the issue in a more minimal way there's a stub for MolToImage on line 82 of `rdkit-stubs/Chem/Draw/__init__.pyi` but it seems to have unknowns...

https://github.com/pola-rs/pyo3-polars/issues/112 seems related https://github.com/pola-rs/pyo3-polars/pull/37 is a PR but could be out of date given the pace of pyo3 i'd suggest pyo3 likely moves faster than polars because pyo3 has a...

ok, got it to compile, here's how: 1. updated all the pyo3 versions in all the crates in the repo to 23 2. fixed the compile error in pyo3-polars::src::types There...

Fast clippy is greatly appreciated, just want to voice support for this project, keep it up!

any workaround for this? i'm just running a tiny example in a loop a billion times, and want to focus on the example's final output instead of initial compiler warnings...