Jonas Kiefer

Results 22 comments of Jonas Kiefer

@constantinius could you pls review, merge and bump a new realease. thx

@constantinius take your time. It was a lot of testing against the github action/docker container; thats why there are a flood of commits.

i found this issue, cause my schema does not provide the specific geojson type as a `format` hint or `oneOf` reference. I struggled also arround by adding this hints. The...

i have a similar use case in my project. I used the new implemented [GeneratedField](https://docs.djangoproject.com/en/5.0/ref/models/fields/#generatedfield) to generate the SearchVectorField on the fly and run into the similar issue. Postgres can't...

i runned in to the same issue as described by @srepmub If i use constraint with dublin core notation `dc:title LIKE '%ips%' AND abstract LIKE '%pharetra%'` the parser will run...

i opend a pullrequest which fixes the issue for ecql

keep in mind, that [djang-tree-queries](https://github.com/feincms/django-tree-queries/issues/54) has some disadvantages about django prefetching technics, cause it uses raw queries. That's one reason why i need to start my own project with django-mptt2....

#53 should be only a subset. Any tree operation should be done in one transaction and with blocking techniques such as select_for_update i guess.

I also run in an equivalent behavior. If i raise an error like described in the docs, the above behavior will occurs. My workaround was to pass in an [array...

as @r14c recommended. I also used the `default.crt,key` workaround with the following docker-compose. It seems that the `CERT_NAME` env is ignored. ```yaml version: '3.8' services: nginx: image: nginxproxy/nginx-proxy:1.5-alpine volumes: -...