Elisée Maurer
Elisée Maurer
## Failing module - **GitHub**: https://github.com/alangpierce/sucrase - **npm**: https://www.npmjs.com/package/sucrase ```js import { transform } from "https://esm.sh/[email protected]"; // This throws (esm.sh v59-v66) transform("test();", { transforms: [] }); ``` This used to...
The camera in the various demos (for instance, http://www.goblinphysics.com/examples/constraint-revolute.html) rotates in weird ways because the default "default Euler order" is set to "XYZ" in Three.js. By adding: ``` THREE.Euler.DefaultOrder =...
Hi! Thanks for the nice VSCode extension. The following code which contains an [inline markup literal](https://github.com/HaxeFoundation/haxe-evolution/pull/26): ```haxe class First { static SRC = function myfunc() { } } class Second...
I encountered this bug while compiling to JS real-life Lua. This minimal code triggers it: ``` function a() end while true do break end ``` This gets compiled to: ```...
When navigating to the following URL in Ladybird (usually loaded from here: https://sparklinlabs.itch.io/): https://img.itch.zone/aW1hZ2UvNTI3NjAvMjM0MTA4LmdpZg==/315x250%23cm/j8SPxj.gif The server returns an HTTP 404 error instead of the expected GIF, like in other browsers....