Saghm Rossi
Saghm Rossi
I'm not sure if this has been proposed before, but has there been any thought to implementing support for deriving the `Read` and `Write` traits from `std::io`? I think it...
Hello! I saw the HN post just now, and I happened to be working on a side project where I've been frequently using `jq` and `less` to reference the sample...
Is there any way to import one parser file's nonterminals for use in another? The `.lalrpop` file I'm writing has been getting pretty large, so I was hoping to modularize...
Hello! We use this crate for the tests of the `mongodb` crate, and we recently ran into a case where instead of us getting a compiler error, the compiler panicked,...
Is there any way to set a window to start up maximized (as opposed to fullscreen)? There doesn't seem to be any built-in functionality for it, and I haven't been...
## Versions/Environment 1. What version of Rust are you using? **1.79** 3. What operating system are you using? **Linux** 4. What versions of the driver and its dependencies are you...
Hello! As described in https://github.com/gltf-rs/gltf/issues/460, my team has a need for APIs that will not panic in the case of invalid data. Based on the discussion in that issue, my...
Hello! I noticed when trying to sort mods by the Enabled/Disabled column, an error would get logged and no sorting would occur, which I traced back to `Pyside6.QtCore.Qt.CheckState` not having...