Carter

Results 49 issues of Carter

Edit: May 2 2023 Maintenance of this crate has been picked up by lovoslavlovchev (with some help from me) @ https://gitlab.com/IovoslavIovchev/codegen Please file new issues there. New versions of this...

I'm working on a command line utility that takes json data payloads as an argument. An incredibly convenient feature of this utility is to generate a "stub" json of the...

Totally possible this is user error, or some misconfiguration, but it looks like a failure in either tokio modbus or mio to handle TCP Re-transmissions correctly. We have two client...

help wanted
tcp

**Is your feature request related to a problem? Please describe.** First time using the application, connected to my local redis which is exclusively using redis Timeseries data (TSDB). Tried to...

Currently --lang cpp generation fails to generate code for "type": "number" this addresses that.

**Describe the bug** We have existing camera code that talks to a Basler camera using Basler's provided Pylon software. We are now integrating a 2nd camera not made by Basler...

5. Gige
1. Performance

The Dockerfile for this project is pretty good and pretty clean, but lots of folks who use docker don't know a lot about building images. Would be a better onboarding...

Hopefully this is useful.

Minimum reproducible example: ```rust use smart_default::SmartDefault #[derive(SmartDefault)] struct MyStruct { #[default = -1] x: i16 } ``` Gives compiler error: ```bash $ cargo build Compiling smart_deafult_test v0.1.0 (/home/carter/smart_deafult_test) error: unexpected...