Results 9 comments of Adrian Dimitrov

Trying with 1.1.2 and latest dev (1.1.3) but flickering does not going out. Any fixes?

Unfortunately, right now there is no way to do it out of the box. The only way is to fork the repo and use custom version. What plugin you need?

> It would be very nice to have the table plugin enabled. Can you explain how to do that? Actually the table tool is included and you could enable it...

@zachNDTC Is it still reproducible? I tried Directus v9.10 and exact setup and creating new and updating existing content from many-to-any related field is working just fine.

It is not impossible, but as far as I see, it might need to clone the image tool and use local version for it. But honestly I do not see...

The reason I didn't set absolute URL to the output for the images is because the portability, and if you already access it through the API, then for sure you...

Well, internally it uses the `{baseUrl}/assets/{file.id}` (according the docs), where the baseUrl is `PUBLIC_URL` env as you already mention. And for token it uses the current user's token, which is...

Yes, there are couple of cases where this is not the most suitable, for example: - domain is transferred/changed, then the content will point to the old one, so the...

I tried with `yarn add https://github.com/dimitrov-adrian/directus-extension-searchsync` and it seems to works Using node@16 and [email protected]