pastdue
pastdue
We don't use this project directly, but we do use QuickJS embedded into a larger C++ project which is compiled to WASM via Emscripten. If this is the same issue...
> Thanks a lot! Based on my testing, it will fix the problem. > > This seems to be an upstream library issue, should we report it to QuickJS, Emscripten...
Something important to note: This issue is only reproducible on Safari / WebKit on Apple Silicon / ARM. The issue does not occur on Safari on Intel Macs. So it...
I merged 1d5a2551603425a2ba647807908ad15c1abfee7e which updates libQGLViewer - does that fix it for you?
One piece of code I was playing around with was: https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification/blob/master/src.cmd/Simplify.h However it would benefit from being integrated into a tool like WMIT so the parameters could be adjusted live...
@inodlite Thank you very much for the link - that's a very nice library, and I've opened a PR to experiment with using it: https://github.com/Warzone2100/warzone2100/pull/1680 I've tested its simplification algorithms...
I believe I am also experiencing this issue, and it still exists in Hugo 0.86.0.
@bep: Did you happen to have any pointers / ideas on where the problem may lie? (Or is this more likely an issue with a dependency? I'd be happy to...
I have seen this issue with `pt` + `pt-BR` as well.
@shaform It seems like switching the order of the tags presented to `language.NewMatcher(tags)` *may* fix this. (But I haven't looked into if it breaks anything else / is easily applicable...