Benjamin Cable
Benjamin Cable
This is a first pass investigating how to add JSON output to some (or all?) of the commands. As I am not an experienced C programmer, any feedback is welcome,...
Hi! Thanks for this amazing project. I would like to inquire about the possibility of adding an optional json output mode to commands like `list`, `info`, `battery` etc. I believe...
`validate.MinMax` uses `Ordered` as a constraint, which allows a user to pass in a string: ```go err := validate.All( validate.MinMax[string]{ Min: "a", // ascii 97 Max: "b", // ascii 98...
**Describe the bug** Occasionally, the generic `sturdyc.GetOrFetch` function will fail to assert types, returning `sturdyc.ErrInvalidType`. **Expected behaviour** It should not do that, or produce an error message that is way...
**Is your feature request related to a problem? Please describe.** I rely mostly on the `sturdyc.GetOrFetch` method to pass a chosen pre-configured cache where needed, this, however, means that it...