Rijk van Zanten

Results 452 comments of Rijk van Zanten

Linear: [ENG-187](https://linear.app/directus/issue/ENG-187/insights-graphql-failing-with-filter)

> Hello, I have just updated to the last version v9.25.1 and I still have this issue when filtering... Mind opening [a new issue](https://github.com/directus/directus/issues/new?assignees=&labels=&template=bug_report.yml)? Thanks!

The current migration type shouldn't be an extension type. They don't work cross database vendor, and there's no way to do any permissions or checks on them (as it's straight...

Yeah! The tricky bit right now is that migrations rely on direct knex usage, which means they're not that transportable across instances that use different database types. It also means...

Fixed in https://github.com/directus/directus/pull/21718

Linear: [ENG-195](https://linear.app/directus/issue/ENG-195/filter-for-relations-isnt-working-with-permissions)

Linear: [ENG-132](https://linear.app/directus/issue/ENG-132/unable-to-add-users-to-admin-role-via-the-roles-page)

I recently ran into a very similar situation, where doing a lot of GetObjectCommands in rapid succession would slow down tremendously and eventually lock up the process. Our current workaround...

Great solution @askldjd! Thanks for sharing 😄 Very curious to see what changed between v2 and v3 in the handling of those sockets which now causes the socket to hang...