Rik
Rik
I think i had similar error when one of files was wrongly encoded (json stringified instead of being a buffer). So basically somewhere in your production env you lose proper...
Ok then. Looking forward for this.
> Hello folks, i got a way to centralize both navbar-brand and navbar-items in the navbar-start section (items in the navbar-end continue to display as right aligned on desktop), it's...
@Conduitry Repro: https://stackblitz.com/edit/github-ch9tapzs?file=test%2Fhappy-dom-env.test.ts&on=stackblitz (After dependencies install, stop npm in terminal and run `npm run test`) Error happens in `happy-dom` and `jsdom` environments. JSDom, throws same error as happy-dom , but...
@Gbps Thanks for writing. Astro doesn't use SvelteKit, just Svelte alone but maybe there's culprit in `axios-retry`
@Conduitry pinging since repro is provided.
Just to let you know, Astro maintainers said that bug is not Astro's fault.
@raythurnvoid Thank you for indepth explanation. It's true that Astro isn't mentioning those environments. One thing that is possible to check is "manual" installation. https://docs.astro.build/en/reference/container-reference/#adding-a-renderer-manually It supposed to be for...
@raythurnvoid I have run the sample test with Vitest `testTransformMode` [^1]. SSR mode supplies the SSR var as true to specified tests. If i understand it correctly it's same as...
@raythurnvoid I basically wanted to run tests without a browser but with client side being hydrated for tests. It seems that such scenario would require both server and client or...