Results 122 comments of Alex

It can also be just code 4294967295 in Windows 10 or code 255 in github actions (linux).

A simple temporary solution: ```ts //vite.config.ts process.env = Object.fromEntries(Object.entries(process.env).filter(x => x[0].startsWith("NODE"))); //or something similar ```

But I keep getting this error, which differs at least in the error code. Perhaps https://github.com/sveltejs/kit/issues/8246 is not a duplicate?

I can't reproduce it now. Maybe someone else can. Or it is solved. The code from the bundle above came from the `googleapis` library.

Example of a simple proxy for node 18+ `https://proxy.site:8080/?url=https://target.site/` ```js import http from "http"; import stream from "stream"; const forbidden_req_headers = ["host"]; const forbidden_res_headers = [ "set-cookie", "content-length", "content-encoding", "transfer-encoding",...

- if the content is an object, you can suggest wrapping it in an array or initially perceiving it like this (as on the https://jsongrid.com/) - double-clicking renames the column...

There are few parsers for json5 and they are not very fast (the difference is several or several dozen times). We will probably have to write our own parser based...

It would also be nice to rewrite the kit itself on ts (svelte has already been rewritten).

https://github.com/trpc/trpc/issues/1939 and https://github.com/trpc/trpc/issues/1937