Jim O'Brien

Results 13 comments of Jim O'Brien

Is anybody looking at merging this? This is blocking me (and other yubikey users) from logging into this app, and the proposed fix should be all that's required to solve...

- [x] Built & installed snap locally - [x] Connected `:u2f-devices` without error (using command in original post) - [x] Authenticated using my Yubikey

> Can I confirm which Distro you are on jimmed? I replicated the original issue on Ubuntu 18.04 and pop_OS! 20.04/21.04 previously; yesterday I built this on pop_OS! 21.04.

Sorry folks, I don't have any time to continue work on this PR; the suggestions are all valuable though, and I'm glad they're captured here. If anybody is keen to...

+1 on this particular issue; this is the only thing stopping me migrating a particularly chonky codebase from using ts-jest to esbuild-jest (which would take literal minutes off the test...

I'm using `esbuild-jest@~0.5.0`, and I get this issue when I run jest with the `--coverage` flag enabled.

@souhe any progress on this issue? I think I'm being bitten by it too.

(Successfully worked around this issue using react-portal to render into a different part of the DOM)

I'm also experiencing this issue, and it seems to be a bug in Wrangler itself. By inspecting the outputs of [`esbuild.build` in `guessWorkerFormat`](https://github.com/cloudflare/wrangler2/blob/main/packages/wrangler/src/entry.ts#L148), it seems like esbuild is appending the...

I've [forked](http://github.com/jimmed/mod_findmod) @knownasilya 's repo and made an initial attempt to call `npm search` from inside the module. However, I've come up against a wall, and it's late at night...