Kieran Pilkington
Kieran Pilkington
Did a bit more digging and found https://github.com/ElMassimo/vite_ruby/pull/444 - Vite looks for different meta tag in order to add nonce onto inject style tags. Added `` and now things are...
The first Typescript Native Previews just released, and with it a very early version of the APIs: * https://devblogs.microsoft.com/typescript/announcing-typescript-native-previews/#api-progress * https://github.com/microsoft/typescript-go/pull/711 I understand that it won't be anywhere ready for...
@KaydeeDee I am seeing the same thing on v5.10.0. After importing the resources into Terraform, it persistently reports `fallback_domains` as having been changed during a plan/apply. And even though terraform...
Seems the issue was how I was suppling the string for `match`. I was doing it like this for better formatting: ```tf match =
With the match syntax fixed to be compatible, it looks like the following is needed or the API requests fail: ``` description = "" ``` Even though description is optional...
This would be extremely helpful. Evidently there is an undocumented breakage in Svelte 5, because our Svelte 4 component files, which worked in Svelte 4, now fail on Svelte 5....
@paoloricciuti No, these errors appear to be in non-rune svelte files. And I'd happily produce a reproduction, but without the error mentioning where it is happening, I don't know which...
Sorry to be that person who bumps an old issue, but I ran into issues today where TypeScript has been allowing `structuredClone` to accept objects with Svelte props, which seems...
@7nik Thank you for those clarifications. Perhaps the issue is with vitest/vitest-browser-svelte then, maybe converting the props I pass into render into a $state object. As mentioned in my last...
@ikorason Yes, I have the vite server running via `vite dev`. I can access the URL through the browser just fine