Sébastien Doeraene

Results 596 comments of Sébastien Doeraene

That will probably be difficult to address. It happens because `npm` logs those things to its stderr, and stderr messages are rerouted to `[error]`. There is no general way to...

I believe this should be fixed when using Scala.js 1.x, with ```scala requireJsDomEnv in Test := true ``` and with the task `testHtml` (which replaces `testHtmlFastOpt` and `testHtmlFullOpt` of Scala.js...

I guess this would work: ```scala jsEnv := NodeJSEnv(args = Seq("--max_old_space_size=4096)).value ```

I think you need this: https://scalacenter.github.io/scalajs-bundler/cookbook.html#several-entry-points

Sorry. The correct version is 0.20.0. I need to fix the website.

> I am trying to use scalajs-bundler to bundle app and node_modules into one file, targeting to node.js runtime. If you target the Node.js runtime, you shouldn't even bundle. Node.js...

To be able to compile Scala.js to Wasm+GC, in addition to the capabilities laid out in the first message, we would need the following capabilities: * Regarding "The ability for...

I ran into this today. What annoyed me was not the non-intuitive direction (it was well documented, and I am an RTFM person). What annoyed me is that the *default*...

PR for `crypto.getRandomValues(array)` (only that one) at #3352.

As the author of Scala.js, I would be interested to be part of discussions about improving source maps. In our community we are painfully aware of a number of shortcomings...