mildmojo

Results 25 comments of mildmojo

Cool. Yeah, I was just disappointed when the cheat codes on the demo page weren't working for me. I run into this sometimes with HTML5 games where WASD controls pop...

In the Firefox case, yeah, typeahead find only triggers when no input/textarea is focused and you press a key that generates a character. So letters, numbers, and punctuation all initiate...

I have existing tooling built on top of v1, and I do plan to check out v2 but haven't been able to find the time yet. I understand if dev...

The problem is that the library [doesn't record the download start time](https://github.com/visionmedia/node-progress/blob/master/lib/node-progress.js#L92) when you specify `curr`. When that's fixed, the `rate` and `eta` calculations will need some work to take...

This discussion was helpful, but I can't seem to replicate it in my own ESM project with Node v16.16.0 and jest v28.1.3. ```javascript // myModule.js import { execSync } from...

@mrazauskas Thank you! That got me moving. I guess `unstable_mockModule` is undocumented, but needed instead of `.mock()` for ESM modules? I found the PR where it was added; seems transitional....

> I don't understand why do you need to resetAllMocks in afterEach tho. I tried it without resetting it and it works fine for me. What went wrong if you...

I'm getting this same failure on a brand new Pi 4B 8GB: - RPi OS 11 (bullseye) - Kernel 5.15.61-v8+ - Bootloader 507b2360eb46af23c05844b289dc5ae4ecfc3cca (from `vcgencmd bootloader_version`) - VL805 firmware 000138a1...

> One possible workaround might be to use USB 2.0 high speed (or faster) devices . I presume that you are using USB 1.x full speed ones. Yeah, even the...

In my case, I want to construct a seeded database image that will be the basis for runtime containers that use a persistent, named volume for `/data/db` in my development...