Romain Guerin
Romain Guerin
What about adding `0`and `-0` ? It may have some special behavior in JavaScript (see https://twitter.com/creationix/status/449215561147219969).
It would be nice to have syntax highlighting support for `.gitattributes` files, as defined in git documentation https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html.
**Describe the bug** I want to replace a trigger with a value containing both parentheses (opening and closing), but the closing parentheses is removed from the final value. **To Reproduce**...
### Describe the Bug REST API `GET /policies` returns a list of policies. Each policy contains 2 properties: `users` and `roles`. Problems are: 1. The value of these fields are...
### Describe the Bug On a fresh Directus install, the REST endpoint `/roles`, without any query parameters, does not include the default "Public" role. Only default "Administrator" is present. ###...
### Page https://docs.directus.io/reference/filter-rules.html ### Describe the Inaccuracy In studio, we can see some REST calls using `$FOLLOW(foo,bar)` syntax in the `filter` query parameter. For example, when loading studio page "Public...
### Describe the Request In the policies API reference page, the link to "access" page leads to a 404 error. - Documentation page involved: https://docs.directus.io/reference/system/policies.html#the-policy-object - Section: `The Policy Object`,...
### Describe the Bug Creating a user via curl and REST API with a few fields defined creates an empty user. ### To Reproduce Create the user via curl: ```...