-
Running `docker-compose build` fails with the following final output.
```
Setting up python3 (3.5.1-3) ...
running python rtupdate hooks for python3.5...
running python post-rtupdate hooks for p…
-
Dealing with root CA certs in client applications (that use password-based authentication) is cumbersome. Instead of a self-contained connection string, the application deployment must either install …
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
### Problem Descriptio…
-
I recently upgrade from python 3.6 to 3.8, and encountered a strange bug:
```python
File ".../venv/lib/python3.8/site-packages/aiopg/connection.py", line 151, in _ready
self._loop.add_write…
-
>Environment: OS X 10.11.6 (EI Capitan)
1. download pgModeler source code: https://codeload.github.com/pgmodeler/pgmodeler/tar.gz/v0.9.2 or `git clone https://github.com/pgmodeler/pgmodeler.git`
2…
-
When using the psycopg.AsyncConnection.connect we have observed that it leaks memory, attached is a sample code.
Using Version: 3.1.12 of psycopg
```python
import asyncio
import json
import log…
-
On Ubuntu 22.04, when I try `poetry install`, I get this error:
```
~/plugins/backup$ poetry install
Installing dependencies from lock file
Package operations: 4 installs, 0 updates, 0 removal…
-
Using psycopg2-ctypes and pypy I see:
`Exception RuntimeError: RuntimeError('maximum recursion depth exceeded',) in method __del__ of ignored`
printed by the django development server. It only ha…
-
### Description
I want to use qt on the iOS via conan2.0, but with a error like this:
ERROR: There are invalid packages:
qt/6.6.1: Invalid: apple-clang >= 13.1 is required by qt >= 6.6.1 cf QTBUG…
-
### Environment
* PostgreSQL version: N/A
* PostgREST version: 12.0.2
* Operating system: Windows 10
### Description of issue
`postgrest.exe --help` should output help text to the console; …