Juniper Tyree
Juniper Tyree
`micropip.freeze` currently checks for the non-standard `top_level.txt` file to fill the `imports` field. This has a few issues: 1. When the file is missing, no imports are included 2. For...
#### References to other Issues or PRs Fixes #28141 CC @oscarbenjamin #### Brief description of what is fixed or changed For an extended real expression, I.e. one that can be...
From my understanding, the extended_real assumption includes reals and infinite values. So exp(x) for an extended real cannot assume that it is always positive since exp(-Inf)=0. I unfortunately don't know...
Some Python packages use a large number of shared libraries, e.g. (counts are from globbing the site packages directory in my own Pyodide deployment for *.so files): - 'scipy': 110,...
I've compiled ZFP to wasm32 and experienced out-of-bounds writes. In my particular case, I'm compressing a 9900 x 16987 2D array of single precision floats with an absolute error tolerance...
I wonder if we could also add similar span tests to the following tests: - https://github.com/ron-rs/ron/blob/master/tests/256_comma_error.rs - https://github.com/ron-rs/ron/blob/master/tests/393_serde_errors.rs - https://github.com/ron-rs/ron/blob/master/tests/203_error_positions.rs _Originally posted by @juntyr in https://github.com/ron-rs/ron/issues/569#issuecomment-2929698861_
* [ ] I've included my change in `CHANGELOG.md`
* [ ] I've included my change in `CHANGELOG.md`
This is just a quick attempt at getting something going for #550. Anyone (e.g. @HKalbasi) is free to pick up my branch and work on this further, I might not...