Brainslug

Results 194 comments of Brainslug

Interesting that button seems to be only present in chrome, it is not there in my firefox gif 🤔 TIL will debug the issue in chrome tomorrow

That is a very interesting library i hadn't seen before. Definitely looks interesting i don't think this is something we should enforce on our end but documenting how to use...

Have not been able to repro this on a postgres database so might be MS SQL depend 🤔

Thanks for the extra info that does indeed look like this is specifically a MS SQL issue. Will setup a proper test environment for this issue tomorrow 😄

Mind sharing a bit more specific reproduction steps to get to this situation? Just adding `import { Accountability } from '@directus/shared/types';` is not enough to reproduce and considering the error...

To export ALL items you'll want to use `-1` instead of `0` but using `0` should definitely not result in this error.

Existing foreignkeys are indeed not selectable when creating an O2M on a singleton. As a workaround letting the app create the relationship still works. You can do this by typing...

"Is one of" cannot be used to search as it requires a complete match like `_eq` so unless one of the "tekst" fields only contains "test1" then this is working...

@paescuj I think it's specific on the `is one of` (or its reverse) on a non-relational field. It worked for me on firefox with a `is one of` filter against...

Renamed the `paginate` utility to `fetchAll` and implemented it across the app. A couple of api calls to core collections like `/collections`, `/fields`, `/relations` don't abide by query parameters and...