Giulio Zanchetta

Results 56 comments of Giulio Zanchetta

I think the implementation in Decap CMS is quite clear (https://decapcms.org/docs/i18n). An additional "copy" feature would also be helpful (https://github.com/sveltia/sveltia-cms/issues/120). For the UI, I believe a simple select option would...

Is there any news on this feature?

Yeah that would be nice!

Would be very helpful for stuff like that https://codepen.io/michellebarker/pen/dyMQYYz

Also with version `10.2.4` I don't have the problem but I encounter it only with version `10.2.6`

Commeting this fix the problem ```js vite.build.rollupOptions.output.manualChunks = (id) => { if (id.includes("node_modules")) { if (id.indexOf("node_modules") !== -1) { // const basic = id.toString().split('node_modules/')[1]; // const sub1 = basic.split('/')[0]; //...

Will probably have to test the exact version of each package to find the cause ![image](https://github.com/withastro/adapters/assets/17980844/0a5fa7fe-e6df-41dc-a956-059e78a7eb33)

Rolling back `astro` to `4.7.0` seem to fix the chuck issue for `@astrojs/cloudflare:10.2.4` For the version `10.2.6` I don't know the possible cause of the problem

For anyone having the same problem here my full package version that works ``` { "dependencies": { "@astrojs/alpinejs": "^0.4.0", "@astrojs/cloudflare": "10.2.4", "@astrojs/markdoc": "^0.11.0", "@astrojs/react": "3.3.1", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind":...