Nicola
Nicola
Using Goa version v3.7.2 [Design example to reproduce](https://github.com/nya1/goa-mapparams-repro/tree/master/design/design.go) The expected `metadata` Attribute of `MapOf(String, String)` type is mapped to the HTTP transport as `MapParams("metadata")` The `metadata` query parameter can be...
Closes #23 Added rate limiter by IP address (in memory cache), by default a maximum of 300 requests are allowed with a time period of 5 minutes. New module added:...
Closes https://github.com/keystonejs/keystone/issues/7638 In `integer` and `bigInt` fields I have changed the `TextInput` type to `text` (instead of `number`), this allows to enter commas, the filtering of the value (only digits,...