Brewal RENAULT
Brewal RENAULT
I understand the responsiveness of the carousel can cause some issue when used in conjunction of SSR. As @julpat said, you should have some options to prevent this issue (you...
Is there any plan / workaroud for this ?
For now, I use `"@nuxt/content-edge": "latest",` with `modules: ['@nuxt/content-edge']` in `nuxt.config.ts`.
Same problem here. We should be able to scroll down the content when the bottom of the image reaches the bottom of its container and scroll up when it reaches...
I provided a fix to allow scrolling when the target (image) is not zoomed. I think it make sens in terms of UX. #27
I've been able to workaround the issue by converting the file with `iconv` : ```sh iconv -f utf-8 -t utf-8 -c /tmp/my_dump_file.json > /tmp/clean_dump.json ```
Doctrine's mapping is a bit confusing with this type(s). I tried to drop the `nullable: true` from the config of a `simple_array` type but then got a "not null violation"...
Thanks for the response ! So I understand that this won't be fix and that there's no other workaround than `cd` into the corresponding service directory and use the regular...
For now, I manually add the migration table to the schema with a doctrine event listener on `postGenerateSchema` event and don't use `schema_filter`. Here's a gist if anyone interested :...
> Any updates? 🤞🏻 If you are stuck, maybe you can try my workaround even if that's not the definitive solution. Most likely it will not break anything when this...