Roberto Vidal
Roberto Vidal
* I guess this is a duplicate of https://github.com/rustwasm/book/issues/12? * How different would that section be from the [corresponding example](https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm2js.html) in the `wasm-bindgen` guide, i.e. do you think this is...
@archseer I see that #3322 was dismissed in favor of letting `signal-hook` take care of it. You mentioned in https://github.com/helix-editor/helix/pull/3322#pullrequestreview-1150174089: > I do see they have a check for SIG_IGN:...
Random thought out of the blue: there is a related, potential use case not covered by this RFC which is **integrating with a JS bundler watch process** (already hinted by...
Looking through the new architecture, it's not totally obvious to me how to approach this. What about a `needs_clear` flag in `Compositor` that we can set on a command, and...
:wave: Thanks, this does seem like a bug on our side.
:wave: I can't reproduce this error on my end. Does it fail consistently for you? If so, do you see anything suspicious on the devtools or the network panel? Any...
I also see an immoderate level of memory consumption.
> have a way to automate this process if you are not in control @paoloricciuti Can you elaborate on what you mean by that?
@techybolek :wave: Is this something you can still reproduce?
:wave: The project you linked fails with: ``` An unhandled exception occurred: require() of ES Module /home/node/project/node_modules/@angular/compiler/fesm2015/compiler.mjs not supported. Instead change the require of /home/node/project/node_modules/@angular/compiler/fesm2015/compiler.mjs to a dynamic import() which...