David Walker
David Walker
I have the same issue. Same line numbers in the backtrace, etc., except I'm not using webpack or anything - just a raw download of fengari-web.js that I'm loading with...
I did the same thing as Castux: changed the webpack config target from "web" to "webworker", and that fixed it for me too. Looking at the compiled output, the only...
As the drive-by author of a patch for one of those bugs, I totally get your desire to kill that part of the codebase. :) As someone with a system...
> I am not sure I understand where the problem is - you have test JSON that fails? Sure. Your library will parse "{\f}" as an empty object, but it's...
I just got bitten by this. I don't think the behavior of draw.rectangle can be changed at this point; too much code surely depends on it working the way it...
> Would anyone mind a change like this? > > > Four points to define the bounding box. Sequence of either [(x0, y0), (x1, y1)] or [x0, y0, x1, y1]....
Good to know that the problem itself works. I didn't try it/trust it since the example was wrong.
There's a lot of things that could potentially be going on, but if you find it is stuck you can turn ai off and back on again (press f4 twice)...
Sorry for the slow response, I was on vacation. To diagnose further, the best bet would be via the game's Discord server (https://discord.gg/tD4xUtV), where there are often people around to...
OK, it turns out that there is a trivial fix to Euler-Maclaurin here, I think honestly there was just a bug originally. Borwein will be harder, if it's even possible,...