Quint Daenen
Quint Daenen
The library currently does not take precision into account. --- - [x] Fix number comparisons in the `internal/filter` package. The filter parser package currently returns `int`/`float64`. Depends on scim2/filter-parser#15. -...
RFC: [Section 2.3.7](https://tools.ietf.org/html/rfc7643#section-2.3.7) | [Section 7](https://tools.ietf.org/html/rfc7643#section-7) > The value MUST be the absolute or relative URI of the target resource. Currently reference types are only checked whether they are a...
Here are some feature requests that would greatly improve the functionality of the Vessel package manager (from my perspective): - The `sources` command should not attempt to install packages. This...
The POST response bodies are not included in the OAS exposed by PocketIC's `/api.json` endpoint. Example: ```json { ... "/instances/": { "get": { "responses": { "200": { "description": "", "content":...
> Takes an iterator and returns a new iterator that produces the same elements with corresponding indices. ```motoko import Iter "mo:base/Iter"; let letters = [ "a", "b", "c" ]; let...
I would like to open a discussion about the insignificant PEGN definitions such as `ScanDef`, `ClassDef` and `TokenDef`. https://github.com/pegn/spec/blob/4266ea7a5ae3d6540b534e0d07b91428f0f53485/grammar.pegn#L28-L32 **Q**: Why would I use `ClassDef` and `TokenDef`? ```pegn TOKEN