Nick Douma
Nick Douma
The most straightforward fix would be to just strip out the thousand separator. tokenize doesn't seem to handle locales anyways, and expects a float-like string with a unit: ```diff diff...
Using 1.4.0 of this image I had to remove `olcTLSCACertificateFile` entirely (by replacing the LDIF file and removing the part containing the variable, so it isn't touchde).
Still running into this exact issue, tested just now with v1.12.0. We're currently pinned on v1.9.1 as the last known working version. In our case: during the Docker build we...
+1, could really use a proper release on PyPi. I need this so I can automatically create Debian package from it in our build system.
We are switching to the UUID field which has been part of Django 1.8+, so this issue has become irrelevant for us.
+1, just tested this and this fixes our issue. I encountered a similar issue and could test it reliably using the sqlite testsuite and these lines at the end of...
I actually made the wrong assumption that this would refrain keepshare from finding my credentials, but this does not seem to be the case. This does fix my immediate issue,...
Any progress on this? The code change looks simple enough, and without this OCI Helm charts that require credentials are not really usable.
Switching from a Bitnami to a normal PostgreSQL image is a really bad idea, every user that updates this Helm chart is going to run into this exact issue. This...
Can confirm your image works @SoarinFerret , thanks. I only had to do `CREATE EXTENSION vectors` on the immich database.