Eric Thill
Eric Thill
`ContentDeserializer` does not support 128-bit integers, which causes issues when attempting to use some features with formats that support 128-bit numbers. The following `tag`/`rename` pattern fails using `serde_cbor` and `ciborium`,...
podman-compose is missing [ipc](https://github.com/docker/compose/blob/7ae632a9ee7530fcf81e212baa3e588f477ea862/compose/config/config_schema_v2.4.json#L205) support to pass through to the --ipc flag when creating a container. I opened a [pull request](https://github.com/containers/podman-compose/pull/217) to address this that is working for me, but...
Insteon dimmer switches allow configuring the default `on_level` as a 0-255 value, where the default is 255. When configured away from the default, tapping "on" once will result in the...
The following test passes on `0.4.41` and earlier, but not `0.4.42`: ``` #[test] fn test() { let result = NaiveDateTime::parse_from_str("20230315-18:32:39.948667", "%Y%m%d-%H:%M:%S%.9f"); assert!(result.is_ok()); } ``` 0.4.42 fails with `TooShort`, however it...