Jakub Hlusička
Jakub Hlusička
Citing [the spec](https://datatracker.ietf.org/doc/html/rfc8610#section-2.2.2.1), > A range can be inclusive of both bounds given (denoted by joining two values by ".."), or it can include the lower bound and exclude the...
Hello! I ran into a bit of a struggle trying to get glob patterns to work with the `glob`/`iglob` setting in the config, on Windows. At first, I tried using...
As per [the spec](https://datatracker.ietf.org/doc/html/rfc8610#section-3.8.1), it should be possible to use ranges to check the length of `bstr`s. However, the following CDDL (not complete): ```cddl m = { field: bstr .size...