Michael Hart

Results 306 comments of Michael Hart

Ok, answering my own question here – maybe. It might just be my misinterpretation of what [useRouter](https://nextjs.org/docs/app/api-reference/functions/use-router#userouter) does. The docs say it will "Perform a client-side navigation to the provided...

Yeah... this actually makes `karma-jasmine-jquery` an 80MB dependency!!!

I appreciate this change – unfortunately it would be (arguably) backwards incompatible, so I suspect it would need to land on a major update (ie, when/if this moves to 2.x)....

Thanks for this yo! Finally got some time to start looking at some issues here – having CI will definitely help

I'm seeing the same thing. Here's a simple test case that should just echo each line out as is (works fine for non-blank lines, produces `undefined` for each blank line...

I've thought about this, but I wasn't sure which direction to go in terms of things like ES modules and top-level await, and what support I should provide there

This should work already – are you having problems?

Oh sorry – I thought you were talking about `NODE_PATH` Can you outline the use case again?

Oh, this works with existing AWS runtimes? I thought the handler always tried to resolve from `LAMBDA_TASK_ROOT`