Stephen Darnell

Results 38 comments of Stephen Darnell

Just wanted to check the status of this issue - it doesn't look like there is much I can help with here. Are you happy for me to close it?

For reference, the style attributes currently give the error "**Attribute style:xyz is not allowed here**". The very first level would be to allow `style:anything` attributes to avoids the error. Then...

Possibly... I guess that might fix it too. However, my understanding is that meteor can only have one plugin handling each file type (extension), and when I changed my local...

OK, thanks, that's great.

Any update, or further thoughts?

With some simple chopping I found that wrangler 2.0.24 seems to be OK, and 2.0.25 is broken. Though I noted that 2.0.24 outputs two messages: ``` Debugger listening on ws://localhost:9229/a571cda8-bfab-4540-9832-7bda208f563c...

I'd suggest Drizzle switch to use `Uint8Array` instead of `Buffer` as this is near functional equivalent, and more portable. `Buffer` is also a subclass of `Uint8Array`, so from a type...

I originally used a version based on: @UnlimitedBytes code https://github.com/sveltejs/kit/issues/4292#issuecomment-1550596497 but this stops working with the latest miniflare, and in a similar way to @s3812497 I've produced a version that...

@ssbm-oro Could it be the version of node/npm that you're using? I happen to be using v16.20.0, though I'd advise going for v18. I just switched to v18 locally and...

I agree that a regular package dependency sounds as if it would be better, but I'm not sure how this error is related to the use of a git submodule?...