Peter Vogel

Results 5 issues of Peter Vogel

## Bug Report ## Current behavior Consider the Cat sample, but the cat entity contains a "preferredFood" field that is the cat's preferred food as a "Food" entity and the...

**Issue type:** - [x] question - [ ] bug report - [ ] feature request - [ ] documentation issue I note that the declared compatibility with nestjs for nestjs-config...

I had a weird issue in my repo when moving to node 18 (from 16) where localhost seems to have been resolving to an IPV6 address instead of the IPv4...

I'd stayed away from using AsyncLocalStorage due to performance concerns for a while, but since Otel uses it anyway, using it for CLS shouldn't add any additional overhead. So... I...

stale

Currently install() does os.platform which returns `linux` on an ubuntu, regardless of which architecture we're running on. This means you download the x86 version even if we're running on an...