David Hewitt
David Hewitt
We're approaching 3 months without an answer so I think it's time now to consider a permanent fork in the PyO3 organisation. Two thoughts: 1 - is anyone willing to...
Continued at https://github.com/PyO3/pyo3-async-runtimes/issues/1
Looks like this has hit a build issue with `faer`.
There still seem to be issues with Windows here. > If this is an issue, might have to either conditionally allow this optional faer feature, or, consider implementing IntoPyArray for...
Continued by #442. Thank you all for the efforts in this PR and its follow-up!
Thanks for the question. It's kinda unclear from the sample code you give above what went wrong, I see when you call `build_scaler` you wrote `self.build_scaler((scale,))` which I assume is...
Agreed, and in both of these cases we can probably improve the span and/or emit a better diagnostic.
As of #184 I've removed the `LazyIndexMap` type. I think moving out the value into a `jiter-value` crate seems reasonable, eventually I may get to this as we refactor how...
Sorry for the slow reply. Your suggestion seems reasonable to me; if you're willing to provide a PR and tests pass seems right 👍
> Rust supports arm-unknown-linux-musleabihf as a "Tier 2" architecture. Despite "Tier 2" architectures being theoritically supported, at the time of testing, no pre-compiled toolkits were available for this platform. If...