Joonas Palosuo

Results 9 issues of Joonas Palosuo

When having a Directus schema configured with nested M2A interfaces and translations the generation fails with the following error: ```bash AggregateError at /home/jones/.npm/_npx/3ab71cb4b039ec8b/node_modules/typed-utilities/build/iterAsync.js:97:27 at step (/home/jones/.npm/_npx/3ab71cb4b039ec8b/node_modules/typed-utilities/build/iterAsync.js:33:23) at Object.next (/home/jones/.npm/_npx/3ab71cb4b039ec8b/node_modules/typed-utilities/build/iterAsync.js:14:53) at...

Currently using GeoDjango's custom fields breaks Django ninja with the following error: ``` Exception in thread django-main-thread: ... < Omitted for brevity > ... File "/opt/pysetup/.venv/lib/python3.9/site-packages/ninja/orm/fields.py", line 121, in get_schema_field...

It would seem that when matching a request path with `path_regexp`, if the resulting match includes whitespace, using the match as a part of a following `uri strip_prefix` causes the...

discussion

Closes #2 still need to make sure the config files are what we actually want to have

enhancement
help wanted

Currently we're still missing the following templates in Typescript: - [ ] `display` - [ ] `interface` - [ ] `layout` - [ ] `module` I could use an example...

enhancement
help wanted

Currently we require the whole `directus` as a `devDependency` for typescript extensions, which is unnecessarily heavy. We would much rather just have the Typescript bindings for relevant types. Some options:...

enhancement

**Background** I often see people using the `variant` prop of the `` component to change the styling of a text element (as it is intended). However, without supplying an `as`...

enhancement
client

## Background AFAIK, the current client app doesn't manage focus nor do page change announcements when navigating between pages, both of which would be quite essential for keyboard and low/no-vision...

client

closes #3 This PR would add automatic NPM publishing and GitHub artifact uploads whenever creating a new release (for example through the GitHub web interface). Here we also update the...