Dan Bornstein

Results 47 comments of Dan Bornstein

FWIW, I think having length limits is a legit restriction on the player. In particular, it helps limit the possibilities — in a good way IMO — of what one...

Pretty sure this project is abandoned by its owner at this point. FWIW I ended up dropping this project from my dependencies in favor of writing my own adapter… and...

FWIW it looks like has gotten some attention over the last month or so, and at least one of the bugs I filed on that project has gotten addressed, which...

**Update:** I can work around the problem a bit more cleanly by putting this: ```js process.emit = process.emit; ``` in a file added to `setupFilesAfterEnv` in the Jest config.

@SimenB Sorry! The repro instructions predated (by a couple hours) my checking in of the workaround. Give me a moment, and I'll try to put together a branch that still...

@simenb Try this branch: https://github.com/danfuzz/lactoserv/tree/demo-jest-issue-15077 Note: If you're checking it out from a repo with a pre-existing build, do `rm -rf out/tester` first, because the build script isn't smart enough...

> I have no idea where `emit` comes from tho - it's not part of `node:process` >(https://nodejs.org/api/process.html), so something is seemingly messing with it from somewhere. I tried to explain...

**Update:** `source-map-support` in Jest is a red herring. I had looked at my own project dependencies to verify that I wasn't including it before, but I failed to notice that...

**Update to the update:** I'm not the first person to catch `pem` messing with Jest: https://github.com/Dexus/pem/issues/389

>Node aren't interested in making that possible, unfortunately: nodejs/node#31852 That's unfortunate :( .