bkiac

Results 18 comments of bkiac

I get the same `[HPM] Error occurred while trying to proxy request ... (ENOTFOUND)` with WireGuard VPN. Target is reachable in browser.

> Both setXXX will are called synchronously in your example. setFieldTouched thus doesn’t wait for setFieldValue. Because hooks are annoying af, there is no way for us to provide a...

I don't use a monorepo but I have a similar problem in GitLab CI. Local build works fine. ```bash $ yarn nexus report {"event":"Failed to scan app for used plugins...

Nevermind, I had a config validation error because of a missing environment variable. The error log was missing in the CI environment that's why it took me so long to...

@fabianmoronzirfas For me, the error was in my own application code. I forgot to include a required environment variable so my config validator threw an error. You could try to...

Thanks for this, I had no idea why the deployment crashed after I attached the Postgres addon.

I would love to see filters for comments similar to commits and labels to remove automated comments (like Vercel, SonarCloud, etc.) from my notifications.

@jsamilow thanks for the suggestion! Build fails if I'm importing from `tsoa` but it works just fine with `@tsoa/runtime`

I have the same error problem. This is the error message: ``` Error: Get "https://api.digitalocean.com/v2/account": dial tcp: lookup api.digitalocean.com on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address ```...