Alexander Huszagh
Alexander Huszagh
Closes #1384, by adding logic to specially handle special floating-point numbers. This should correctly handle both streaming and complete parsers, and the unittests seem to confirm this, but a double-check...
For some builds with relatively complex cross-platform checks, it can be difficult to test all the changes locally, resulting in numerous comments that become outdated almost immediately. To simplify viewing...
On KDE (and I'm assuming Gnome, although I cannot confirm currently), Buka's file dialog is very ugly as it uses the naive X11 file dialog by default. For such an...
**Code Complexity** Often, coverage metrics are misleading due to coverage of a large amount of trivial functionality, and the output for ensuring tests have better coverage for crucial code paths...
### Feature description Currently, dumper fails on images with large attachments, likely because the contents are parsed into the DOM via minidom which creates very large documents that can become...
Currently, our build process doesn't support custom Android NDK or system versions. I've been planning on slowly adding support based on using Docker build arguments. The draft PR is in...
Allow different Android NDK, SDK, and Android versions to be used. Also simplifies the build process and future-proofs it slightly, since it removes the Python dependency for the Android NDK...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [X] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ### Describe...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue Currently, if using podman (or likely any rootless container engine), attempting...