Rijk van Zanten

Results 433 comments of Rijk van Zanten

I think using Directus users makes a ton of sense for this sort of use case. Otherwise, you have to re-build auth and permissions yourself, which is just a waste...

`gatsby-plugin-sharp` doesn't correctly handle rate limits or spreading of requests, meaning that every image used in a website is attempted to be downloaded at once, causing issues in the rate...

I think a second "big" button for now will do. When a new action comes in, we can revisit our options. Also, what are your thoughts on the `copy` button?...

Liking my own post ![](https://media.giphy.com/media/OcZp0maz6ALok/giphy.gif)

`@media (prefers-color-scheme: dark) { ... }` is the "official" way of signaling whether or not the user has requested the system to display in Dark mode (https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). All the major...

An interesting edge case is what happens when someone changes from light to dark mode while having the app open? The media query will automatically change, but the editor has...

> Is there any progress (or workaround) with this issue? This issue contains all the information that exists so far. Currently no known workarounds.

That's a great idea @kosssi 🙂

Related, though not the same: https://github.com/directus/directus/discussions/15503

@br41nslug I think we can be smarter about this, and only download / parse the translations applicable to the current configured language rather than all. That already cuts _at least_...