Sebastian Alff

Results 69 comments of Sebastian Alff

@alexander-akait Just wanted to quickly thank you (your suggestion to use multi compiler mode was very helpful) and share my learnings here. I was able to make HMR and react-refresh...

Here is a simple example that reproduces the error I had: [ocjsx-hello-world-webpack-issue.zip](https://github.com/webpack/webpack/files/8756463/ocjsx-hello-world-webpack-issue.zip) @alexander-akait To reproduce: 1. `npm i && npm run start`, visit `localhost:3000` 2. change `src/worker/Models.tsx`, e.g. ```diff -...

> if you want to help feel free to send a PR Will do!

I had the same issue. For me, [the suggestion in this comment](https://github.com/GoogleChromeLabs/comlink-loader/issues/34#issuecomment-894099400) resolved the problem.

Awesome :slightly_smiling_face:. Can't wait for this to be fully functional!

I appreciate you sharing your thoughts and concerns... # OCCT Versions To avoid confusion: * Currently, OpenCascade.js is using OCCT version 7.4.0p1. * The version used during most of the...

**compiler (optimizations?)** I did upgrade the Emscripten version to 2.0.4 from 1.39.20 in your fork. Optimization settings seem to be identical. Before doing any benchmarking, we might want to make...

...I just had another look at the `SetFuzzyValue` issue. That method is still present in `v7.4.0p1`. Its my fault that it is currently not exported (because of course it is...

I think I fixed the `SetFuzzyValue` - issue. The additional methods are all exposed, calling `SetFuzzyValue` works without issues and the bottle example is also still running fine. Could you...

I pushed new builds to the `lite` branches with the changes you requested. The `lite-v7.4.0` and `lite-v7.4.0p1` look fine. The `lite-v7.3.0p3` seems to have issues. However, I don't think we...