Tao Bojlén
Tao Bojlén
I've had similar "interrupted system call" issues with both Homebrew-installed postgres and Postgres.app on Big Sur. In my case, it was "resolved" by disabling real-time scanning in my antivirus software,...
I have the same issue. For now I'm using [patch-package](https://www.npmjs.com/package/patch-package) to apply the fix you suggested (replacing `template` with `template.smart`).
hi @surenkov, thank you for this library! i was looking for something exactly like this, so it was very cool to find your project. i'm curious about migrations -- do...
Looks like the issue is in the optimizer, on this line: ``` qs = qs.only(*(only_set | select_related_only_set)) ``` Before this line, evaluating the queryset executes 1 `SELECT` query. After this...
hi @evanpurkhiser, i just opened the same alert to record this for you, but i can't actually reproduce the issue now! it works as expected now so i'll close this...
Yes, sorry, that's correct! The Helm release name.
Hello! Thanks for this request; very cool to see the chatbot! This is definitely something I want to add, but there are other more short-term priorities at the moment. Pull...
For anyone coming across this, S3 now supports conditional writes as well: https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/
+1. It's a pain that semgrep (which we only use in development) causes conflicts with our opentelemetry packages.
More anecdotal evidence: I tried to update our Django 5.1 app to psycopg 3.2, and after running our test suite (in parallel) for a few seconds, I started seeing connection...