evbo
evbo
Since this repo is _opinionated_ have you ever considered a mode of operation for modyne where it's fed a simple JSON schema file, such as [One Table](https://doc.onetable.io/start/quick-tour/)? Then Rust users...
I am trying to call the `get` method but can't seem to import the trait. How can this be done? ```rust // fails to resolve GetterSetter (how do I import...
Could a `NewOption` be added to configure a custom validation function to run after the struct is instantiated? This would allow us to then run https://docs.rs/crate/validator/0.20.0 inside of `new` A...
**Describe the bug** Does not appear that git dependencies, with branch, are supported **Provide the following information** command: > cargo-unused-features/target/release/unused-features analyze --log-level debug versions: > uname -a Linux adf7e761e8f4 6.11.0-19-generic...
Say I have some field name that encodes additional information: ```json { "gsi1pk": "p", "gsi1sk": "s", } ``` What's the simplest way to deserialize it into a structure based on...
### Describe the feature There currently is no example for integrating with appconfig, including how to appropriately cache, query specific versions of config, etc ### Use Case Please see discussion:...
I'm trying to write an lambda extension for retrieving appconfig config for a specific version, since none currently exists with that feature (specifying older versions). Why doesn't your appconfig example...
Can the export jar allow a specific jre version to be targeted? I have old JRE 11 jars I need my jar to be used with.