Bill Beesley

Results 8 comments of Bill Beesley

> Hey, @FormerLurker! @supermerill was cool enough to provide a patch, let me know if you have any guidance on how to test. Interested in this too. My python game...

Top level await is what was causing this issue for me. This is the input that was throwing: ``` import { readdir } from 'fs/promises'; import { resolve } from...

Hey @brianc is there any chance of some feedback on this PR? We've been suffering this issue using node-postgres with big aws aurora clusters where I work. We keep getting...

@timostamm any update on when this can be merged? What's holding it back at the moment?

> Not sure if more verbose error codes/messages are received that could provide some more help? I'll have a quick look, but "unexpected end of json input" makes me think...

> @bbeesley Any plans to convert the JavaScript to Typescript? I pulled the coffee down and my VS code setup complained about the use of `types` in non-TS files. I...

@cbserra ok, I've done a bunch of tidying up, migrated it to typescript, and moved the ci over to github actions. Should be in a good state now if you...

We're seeing this issue too. @JamesHenry is this something anyone is aware of or investigating? Currently it's not possible to use lerna with node 20, which is the current LTS....