Chris Chudzicki

Results 61 comments of Chris Chudzicki

FYI: People (me included!) have been having problems with cheerio `1.0.0-rc.11` see ... https://github.com/cheeriojs/cheerio/issues/2545. It's not clear to me whether this is actually a cheerio issue, or something a bit...

We wouldn't use a separate test harness, we'd still use mocha. I think there are basically two possible approaches: (1) compile the ts to js, be sure to include sourcemaps,...

An experiment definitely seems like a good idea idea. Re > When implementing a new function, there are now soo many places where you have to do something to achieve...

@Kreijstal I also needed to convert LaTeX to MathJS. For my purposes, it has been good enough to: 1. replace all fractions: `'\frac{a}{1 + \frac{b}{c}}'` becomes `'{a}/{1 + {b}/{c}}'` 2....

For anyone interested, here is a `CustomPointSensor` that provides this option: https://github.com/ChristopherChudzicki/math3d-next/blob/a224ca3865aa079aef34d349edfcf23d0fdf1cb9/client/src/util/components/dnd/PointerSensor.ts#L11 (I'm not sure if the `activators` array is actually the best place to put this kind of logic,...

And a `CustomKeyboardSensor` dealing with a similar issue, namely that pressing the spacebar or enter keys on an input inside a draggable initiates drags: https://github.com/ChristopherChudzicki/math3d-next/blob/f59bea5d1605a8276ac6a67c0e31c626fb7dda9c/client/src/util/components/dnd/KeyboardSensor.ts#L16

@KamiKillertO I am also use `vitest` and ran into this issue. This has worked for me: ```ts // for vitest // see See https://sinonjs.org/releases/latest/fake-timers/ vi.useFakeTimers({ shouldAdvanceTime: true }); // for...

It's great to hear that the Space Engineers community has found this useful! (Incidentally, I think I own that on Steam, though I never got around to playing it too...

@nedisy Thanks for this PR—numerical integration would be a nice complement to the `diff` function we already have. I probably won't be able to look at this in much depth...

@Zaq-Xander Do you have a link to the relevant graph? I know I've seen that error before, but I'm having trouble reproducing it right now. (I am getting "Dimension mismatch....