Richard Brockie

Results 14 comments of Richard Brockie

Agreeing with @jdcorreajr and @banagale: When working with Django there are 3 console-type locations where environment variables can be set - adding EnvFile capability to these locations would be great:...

Is this merge going to occur - it's been pending for almost 2 years...?

Aha - the behavior is a little narrower. When I open a project with .f90 files, things are ok as long as Pycharm is *already* open showing another project. And...

@SebCorbin Thanks for the reply - I see how to use the packages you mention to add encryption.

Hi, I've run into this error when trying to roll forward from python 3.10.9 (which works fine). I get it with both 3.10.10 and 3.10.11: celery: 5.2.7 billiard: 3.6.4.0 Django:...

Some more detail on this problem. I'm running a project on Heroku which forces the use of psycopg2-binary instead of psycopg2. There was a recent update to v2.9.6 that was...

@candleindark I also reported the problem in the psycopg2 repo: https://github.com/psycopg/psycopg2/issues/1593, where they pointed out that this is likely to be due to how macOS forks processes. What OS are...

Thanks for the pointer to the `--pool` flag: this reminded me that I still have `eventlet` in my requirements list from when I was developing on Windows. I've confirmed that...

> > Later this year I'll be rolling forward from Django 3.2.x LTS to 4.2 and be able to move to psycopg3 which I expect to be better tested in...

@heyman As expected, I also see the problem with `psycopg[binary]`. Setting the `--pool` flag resolves the problem as it does for later versions of `psycopg2`.