Chris Bellew
Chris Bellew
I want to clarify the use case that some kind of "remove spy" function would give me. ``` var foo = { bar: () => {} }; describe('one', () =>...
My apologies, I was getting confused between two repositories. You have infact released your weights! Thanks again
Formatting [committed](https://github.com/gunnarmorling/1brc/pull/663/commits/7ffb53dec348ff78471bac0f108b2fa8a730fc13), thanks @gunnarmorling! I ran `./mvnw clean verify` and committed the result.
Fixed the issue, thanks @gunnarmorling. :)
Thanks for your patience @gunnarmorling. I wasn't making good enough use of the test scripts with the different files. I located the issue and fixed it. We should be good...
I'm also getting this. +1 request for fix :pray:
I think I know what is broken. This works ``` import pino from "pino"; ``` This does not work for log injection even though the pino logger itself still works....