bluss
bluss
I tested the meson build, saw this, but I'm not sure what it means. If I build twice - the second time it will have a stale/older `build/` directory in...
Also meson uses ninja from /usr/bin/ninja in this case - is that an external dependency (not covered by build requirements?)
Yes, makes sense. Needs custom but easy impl to avoid erroneous default clone bound on the N type parameter.
I appreciate reading your sketch andrei, you're more productive than me, just having a go at a draft instead of trying to make something perfect. I think it's been mentioned...
nice. breaking by being a [public dependency ](https://docs.rs/petgraph/0.6.4/petgraph/visit/trait.VisitMap.html) so care needed, needs version bump in petgraph too, I think?
Not a reexport but a trait impl, I don't see how it can be removed right now. Maybe https://docs.rs/petgraph/0.6.4/petgraph/visit/trait.Visitable.html with the associated type that links Graph to Graph::Map == FixedBitSet...
Here is info, just for clarification: - Fixedbitset is a public dependency - meaning: it's in the public api of petgraph - 0.4.* to 0.5.* is not a default automatic...
https://pypi.org/project/pyarrow/#files should have your explanation. You have macos and Python 3.10, these are the available wheels: - pyarrow-17.0.0-cp310-cp310-macosx_11_0_arm64.whl (27.2 MB [view hashes](https://pypi.org/project/pyarrow/#copy-hash-modal-e525003f-4771-444e-9f1c-6d259288a463)) Uploaded Jul 16, 2024 CPython 3.10 macOS 11.0+...
As another instance of this same problem, I created a nox session that runs mkdocs docs-serve for the project, which runs until stopped by Ctrl-C. (Maybe that's not a typical...
Hm, new clippy lints should be fixed in a different PR, I think