Carl Sutherland
Carl Sutherland
I experience this if I save multiple times quickly. The first save will refresh the page, and subsequent saves won't. In my case I can see that the websocket is...
So I see this line in the client code: https://github.com/webxl/grunt-reload/blob/master/tasks/include/reloadClient.js#L48 That 3 second delay is what causes the WS to open late. Any speculation as to why it's there?
I haven't been having any trouble since removing that timeout. I had a little trouble with the web sockets at first (there are two ports to configure, which was a...
We would also benefit from "bursting" where, eg. 30r/3s would support a burst of 30 requests with a sustained traffic of 10 requests/s. I don't believe there's any option for...
I'm running into this with Katex as well: #113
:+1: I'm into this, but as a language feature not syntactic sugar — it'd be nice to be able to render off the shelf React components in idyll, similar to...
For webpack, setting [target](https://webpack.js.org/concepts/targets/) works for me: ``` { target: "webworker" } ``` This will impact browser code built with the same config, as well — for now I have...
Adding `worker` and `webworker` to `resolve.conditions` config as mentioned in #7439 sorted this for me. I agree with that issue that this should be automatic for WebWorkers targets. https://vitejs.dev/config/shared-options.html#resolve-conditions
Maybe it does make sense to change beat to kick. I think beat detection (as in BPM) could get very sophisticated, but this would be neat to implement. Here's one...