Results 19 comments of Bonnev

Not only closing, the whole websocket connection between the webapp and the server terminates, so you cannot write to files, you cannot open processes, you cannot communicate with the OS...

Hi all, Problem is exactly what @yeion7 said. It is located in [src/parse/index.js line 82 (in current master)](https://github.com/lxs24sxl/vite-plugin-html-env/blob/a7a87cd0a578dae7e0d6fc965a2cb9a074ba31e6/src/parse/index.js#L82): `this.html = this.html.replace(/\n/g, '')` which removes all new lines. Since the code...

@lxs24sxl I can confirm it works! PS: I'm sure it will be the best wedding!

Still reproducible in 7.6.0. I noticed that referencing another npm script (i.e. "npm:dev") causes the hanging, but writing the script directly seems to work fine.

Running `neu update` only downloads the binary corresponding to `binaryVersion`. If you don't have it, you can run `neu run --latest` which will download latest regardless of this property and...

@Scrum Thanks! Here is the PR: https://github.com/vitejs/awesome-vite/pull/900

Hey guys. I guess it gives different errors in different cases. My case was the "validation failed" and it was an issue with the GET params - they had spaces...

Guys, if you're using Expo, check [this comment](https://github.com/react-native-clipboard/clipboard/issues/71#issuecomment-693865306) referring to [this library](https://docs.expo.dev/versions/latest/sdk/clipboard/).