Jack

Results 8 issues of Jack

We've attempted to disable the telegram integration by setting this to `False` on both the engine and celery worker deployments. But we're still seeing the telegram verification warning in the...

bug

If using both a .gitignore and .npmignore, npm will favor the .npmignore and will not reference the .gitignore. This commit copies over missing entries from the .gitignore into the .npmignore....

### What happened? This is a bit hard for me to extract our exact setup, but roughly following the docs for the autoloader: ``` const provider = new MeterProvider(); provider.addMetricReader(new...

bug
priority:p2
signal:metrics

See #983 and #1596 TL;DR; cherry-picked the commits onto the latest master branch to resolve conflicts in the PR. Original author info should be maintained on the commits.

The motivation is that we want to expire our local cache to when we go through a disconnect/reconnect with redis. Presently, we have to set up an entirely new cache...

**Describe the bug** Target db names are not sorted in list of options **To Reproduce** Run `rds-auth-proxy client` twice, list won't be in the same order **Expected behavior** List should...

bug
good first issue

### What version of `drizzle-orm` are you using? 0.30.10 ### What version of `drizzle-kit` are you using? 0.21.2 ### Describe the Bug When generating postgres migrations, drizzle is adding `IF...

enhancement