Hugues Tavernier

Results 17 comments of Hugues Tavernier

I had the same issue with rollup and resolve this with ```js import { writable } from "svelte-persistent-store/local.js"; ```

> I'm having the same issue: `svelte-persistent-store/dist/dist/local` with the double dist path. > I'm using Rollup and this happened after updating `rollup-plugin-svelte` to 7.1.0 this is due to the path...

Thanks for your feedback @fred-lab , my next edit will come to remove duplicate configuration entries between `config/packages/pentatrion_vite.yaml` and `vite.config.js`. I will look in detail the implementation with docker.

Hi @fred-lab , I made an update (disable strictPort) and I realized that it was incompatible with what you proposed, so I added an option to `vite-plugin-symfony`. can you confirm...

Have you download the v0.6.2 of `vite-plugin-symfony` ? this is precisely what version 0.6.2 corrects can you return your `npx envinfo --npmPackages` ?

Sorry @fred-lab , I made a mistake in the order of checks this should be fixed with v0.6.3 ...

hi @fred-lab , I think you master docker much better than me, do you have a way to explain your config for docker in the readme of https://github.com/lhapaipai/vite-plugin-symfony ?

merci @fred-lab , je vais regarder, c'est toujours intéressant de regarder d'autres configurations ne serait-ce que pour s'en inspirer, merci et bon week-end. ps: un petit peu de français ne...

same issue... I use a wrapper component to prevent state mutation in the store: ```tsx import { useMemo } from "react"; import { ItemInterface, ReactSortable, ReactSortableProps, Sortable as SortableLib, Store,...

salut @fred-lab, désolé pour mon silence depuis ton dernier message. Je n'ai vraiment vu le temps passer... je ne sais pas trop où tu en est niveau développement mais je...