silwol
silwol
The `LICENSE.txt` file should be distributed to crates.io, but it wasn't due to the `Cargo.toml` entry in the `includes` field being `LICENSE.txt` with lower-case file extension while the file itself...
The first commit allows libyaml 0.2 to be used in addition to 0.1. This only affects the tests. As far as I can see, the libyaml 0.2 API is compatible...
I just stumbled over the [Rust UNO Language Binding](https://wiki.documentfoundation.org/Development/GSoC/Ideas#Rust_UNO_Language_Binding) section in the LibreOffice GSoC wiki page. I think it would be great to put a link to the idea description...
As commented in https://github.com/wasmerio/wasmer/issues/1840#issuecomment-1200936940 the two directories are out of sync, and the contents of `lib/api/src/js` should undergo the equivalent changes to `lib/api/src/sys` on `master` branch.
The build of the Debian package of `num-integer` 0.1.41 failed test_lcm_overflow on sparc64, it succeeded on the other Debian architectures. Test log can be found at https://buildd.debian.org/status/fetch.php?pkg=rust-num-integer&arch=sparc64&ver=0.1.41-1&stamp=1562827854&raw=0 The relevant output...
The `float::FloatCore::max` and `float::FloatCore::min` doctests fail on mipsel and mips64el when building the Debian package of `num-traits`. I was able to reproduce the behavior on a mipsel vm with Debian...
In recent years, the usage of the `~/.` directories for application configuration and data has been replaced by using the paths from the [XDG specification](https://wiki.archlinux.org/index.php/XDG_Base_Directory_support). It would be great to...
Hi there, Attempting to execute `cargo install taplo-cli` in a restricted environment without an openssl-compatible library, I hit issue #554 . It appears `taplo-cli` release 0.9.1 is already tagged and...
I use a JSON API where in some places either hex numbers or JSON numbers can be used for the same field. I don't know if it fits into this...