James St-Pierre

Results 78 comments of James St-Pierre

@trueadm If this just got added to the milestone 5.0, does this mean it's considered as an "accepted" request? I was wondering what could be done to drag more attention...

> It means we're going to look into the issue, not that the request is accepted per say :) Understood thanks! By the way I would love to have your...

Hey @trueadm @paoloricciuti Kindly asking 6 months later if there was any update to this now that the official Svelte 5 has been released? I still think it is worth...

> I believe #12215 should fix this issue. Indeed. As of next.169 this is working fine again! Thanks ! :)

@junkurihara I can confirm i'm having the exact error in a React Native project. Most likely the package fails to detect properly if we are in a Node environment or...

``` module ViteInlineSvgFileLoader class

> Thanks for sharing your code, @jamesst20! I was able to get it working in my app without much fuss. > > The only hiccup I had was related to...

> Hi, > > I guess that this approach never worked > > Ref: https://github.com/enriclluelles/route_translator/wiki/Generating-translated-URLs > > I would try with a block: > > ``` > > > ```...

@mskocik I had forgotten Svelecte was written in plain JS. Right now, based on your JSDoc (comments like /** @type {string} */) when you run `pnpm run package` it generates...

I've got another case scenario ``` let testVal = $state([]); let testOptions = [ { text: "Test 1", value: "test-1" }, ] ``` It happens when I select an item