Martijn Bodeman
Martijn Bodeman
The last appended random number segment of a VIN could sometimes yield an invalid VIN because the max allowed number value was 100000. This caused the returned VIN to have...
Adds an optional boolean to opt-in to generating a VIN using a more strict characterset. > In 1981, the [National Highway Traffic Safety Administration](https://en.wikipedia.org/wiki/National_Highway_Traffic_Safety_Administration) of the United States standardized the...
**Is your feature request related to a problem? Please describe.** Currently, parsing, type conversion and JSON conversion all rely on `IIbanParser` which in turn relies on `IIbanValidator` which in turn...
Support for promises would allow better integration with frameworks and coding styles that make use of promises. **Requirements** - Don't break the current API - 0 (zero) callback handlers should...
Description =========== In relation to my previous PR #1373 I would argue perhaps an improvement would be to provide an abstraction for JSON schema generation and validation, so as to...
Currently, we have two request matchers `RequestUri()` and `QueryString()`. The former supports wildcards and can be used to effectively ignore portions of a URI, 'and' match the query string as...
### Terraform Version 1.9.7 ### Terraform Grafana Provider Version >= 3.7 ### Grafana Version 11.3.0-77046 ### Affected Resource(s) - grafana_cloud_stack_service_account ### Terraform Configuration Files We did not change any TF...
I would like to be able to assert in unit tests which columns (eg. the expression(s) and its sort direction(s)) are configured on the `KeysetPaginationBuilder`. But currently the builder its...