Shane Murphy
Shane Murphy
## Environment * **IntelliJ Rust plugin version:** 0.4.178.4873-222 * **Rust toolchain version:** 1.63.0 (4b91a6ea7 2022-08-08) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2.1 (CL-222.3739.54) * **Operating system:** Linux 5.14.0-1051-oem *...
The crate `aes` has code conditionally disabled behind the feature `aes_armv8`, but that feature was removed from Cargo.toml [here](https://github.com/RustCrypto/block-ciphers/pull/284/commits/bf53411848d764748e39defb5fc0584360d9c42f#diff-fc5bfcfaef34d32bd387f520b95054a6d2af5f6fd776ed6f67dd549721af323fL31). Furthermore, the crate `aes_gcm`, also maintained by RustCrypto though not part...
If you have a struct like this: ```rust #[derive(Serialize, Deserialize, JsonSchema)] struct SomeStruct { a: u32, } ``` You get a schema that looks like this: ```json { "$schema": "http://json-schema.org/draft-07/schema#",...
This tool has a lot of advantages of something like `dd`, but doesn't fit well into automation. Any plans for a CLI?
There was already an implementation in mio_serial that allowed fallible conversions from a TTYPort, this just exposes that in tokio-serial. I have a use case where I can't use the...
Instead of attempting to downcast the input to a PyString, rely on the fact that for str objects, calling \_\_str\_\_ is a no-op, while for other objects it may allow...
Not sure if this approach is the right one, so this MR is a draft.
Is it possible? Before I go down the rabbit hole of trying to get it working, I figured I'd ask.
Currently due a [known issue](https://docs.docker.com/desktop/mac/apple-silicon/#known-issues) with Docker on Apple Silicon, `inotify` does not work running under `qemu`. The suggested workaround is to create an `arm64` image. I tried to work...
When viewing the help output on a vertical monitor, almost all the help text wraps pretty terribly. It would be nice to be able to configure newlines between the help...