Vipul Gaur
Vipul Gaur
You're _assuming_ `1` is a truthy value, but it isn't, according to the spec/rules of the language.
This has been implemented in https://github.com/DulLabs/bhai-lang/pull/226
Opened a PR for implementing this in the language: https://github.com/DulLabs/bhai-lang/pull/226 Its using `nahi to bhai` as the keyword.
PR has been merged. Can we close this issue?
To link/correlate your logs and traces in DD. You'd need to pass a mixin to pino in which you link the tracer to the log context. Something like this: ```...
Reproducible on my end as well, console logs are being swallowed by the app router api route. Node version: 20.10.0 Next version: 14.2.3 Edit: My api route was "static" because...