Sigurd Schoeler

Results 26 comments of Sigurd Schoeler

# Workaround Set the log verbosity to `debug` ```diff // main.ts import { ApolloClient, InMemoryCache, setLogVerbosity, HttpLink, } from "@apollo/client"; const apolloClient = new ApolloClient({ link: HttpLink, cache: new InMemoryCache(),...

I am investigating a related issue, but i cannot reproduce it with your example. My issue was that some of my code was running which was depending on the time,...

You could also try running this with normal jest (not with jest-light-runner) to see if the problem is still present with normal jest.

I'd also put a 100$ bounty on this. My use case is that i am running this on my phone, and am tracking how fast i am at my morning...

This should be fixed in Bun v1.0.3 🎉🎉🎉 See the [blog post](https://bun.sh/blog/bun-v1.0.3#emitdecoratormetadata-used-by-nest-js-typeorm-and-more) and https://github.com/oven-sh/bun/issues/4575 This issue can be closed @i-void