Gerardo Lima

Results 5 comments of Gerardo Lima

Me too I was having 100% coverage when running tests using [tsx](https://www.npmjs.com/package/tsx), which uses [esbuild](https://github.com/evanw/esbuild) under the hood: ``` tsx --enable-source-maps --test-reporter=spec --test 'src/**/*.spec.ts' ``` After some tests, I changed...

This is likely related to: - https://github.com/vercel/turbo/issues/7364 - https://github.com/vercel/turbo/discussions/7317

hey, @chris-olszewski, I'm not using remote cache, so I'm not sure. Either way, a bad certificate error is enough to make some security folks worried. Is there a way to...

Thank you, @chris-olszewski, the message is gone 🎉 I believe, though, I'll have the same issues if/when I start using remote cache. I checked some web references and this seems...

The message itself comes from a Rust library, as I found it in a plain Rust context, unrelated to turborepo.