Binh Nguyen

Results 17 issues of Binh Nguyen

Scala.js http://www.scala-js.org/ has been very popular in Scala community. At work we are having a very large code base in both Scala (backend) and Scala.js (frontend). I am wondering if...

I switched to use [esbuild](https://github.com/evanw/esbuild), an extremely fast JS bundler, instead of `webpack` recently on our big scala.js repo at work. The result is quite impressive, there are projects that...

I am trying to use `scalajs-bundler` on our fairly big project and seeing this ```scala [info 11:47:43:PM] Bundling the application with its NPM dependencies [info 11:48:25:PM] [error] FATAL ERROR: CALL_AND_RETRY_LAST...

Hi, I am repeated see this message: ``` Cannot introspect on class loader: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd of type jdk.internal.loader.ClassLoaders.AppClassLoader ``` which comes from https://github.com/scalate/scalate/blob/68b3db76c5d3b3ddde46b0121ca90b8477ac713b/scalate-util/src/main/scala/org/fusesource/scalate/util/ClassPathBuilder.scala#L157 when running our app on JDK 11.0.3. Is...

I can help with the cross-compiling but would like to check if it is something you guys are not against.

It would be great if we can do so. At the moment, I am not sure how to achieve that.

I see that Replication API is still missing, any plan to add it later? I need it enough to make a PR later.

enhancement

Judging on the dependencies. I don't think it would be too hard.