msalib
msalib
I love `color-eyre` when developing locally; it is so incredibly helpful! But the colors are a problem when deploying to prod where, for example, Cloudwatch logs for AWS Lambda functions...
Before 0.15.3, `stack` would return an array with C-layout when given C-layout views. But with 0.15.3, this behavior changed and now we get F-layout outputs. This demonstration program will succeed...
Specifically `python/lib/python3.8/site-packages/numpy.libs/libgfortran-2e0d59d6.so.5.0.0`. You might want to add a README note to that effect.
It would be nice if we enabled at least the `array` feature for docs.rs by adding this to `Cargo.toml`: ``` [package.metadata.docs.rs] features = ["array"] ``` Perhaps adding `datetime` to that...
Python's `fractions` module in the standard library implements a rational type and provides a really handy `limit_denominator` method. I've implemented it here along with some tests. This PR should address...
Is there any way to either ask for musl libraries or build with a particular glibc version (like `cargo zigbuild`) for folks who need to ship binaries to older systems...
Like #913 and #976, here's another one: ```rust use geo::{BooleanOps, OpType, Polygon}; use wkt::TryFromWkt; fn main() { let a: Polygon = Polygon::try_from_wkt_str("POLYGON ((709799.9999999999 4535330.115932672, 709800.0000000001 4535889.8772568945, 709800.0057476197 4535889.994252375, 709800.1227431173 4535890.000000001,...
Package | Version | License | Issue Type -- | -- | -- | -- ryu | 1.0.16 | Apache-2.0 OR BSL-1.0 | Incompatible License We reject the BSL-1.0 license,...
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `rstar/CHANGELOG.md` if knowledge of this change could be valuable to users....
Since it doesn't, data loss can occur, especially if you're using partd from multiprocessing workers where the workers aren't responsible for dropping the partd buffer. Alternatively, the documentation should really...