Charlie Savage
Charlie Savage
How are things looking for supporting geoparquet 1.1, in particular arrow encoded geometries? Are the required design-decisions mentioned above resolved? Can we do anything to help push this along?
This would be great, I ran into the same issue today.
Sorry to cause a problem. This was a change I made, which replaces #visit_children with #each (a more idiomatic Ruby idiom). The PR was here: https://github.com/ioquatix/ffi-clang/pull/80
The big benefit of switching to `#each` is that it is idiomatic Ruby and the Cursor class can then include [Enumerable](https://docs.ruby-lang.org/en/master/Enumerable.html). An actionable item could be be adding code like...
Hmm, the security context is here: https://github.com/docker-mailserver/docker-mailserver-helm/blob/master/charts/docker-mailserver/values.yaml#L224C2-L227C1 So in theory the container should not be run with root user, but I just checked and it is. Not sure why -...
See https://github.com/docker-mailserver/docker-mailserver-helm/issues/164#issuecomment-2828997985. Guessing this likely won't work. In addition, the security context settings don't work according to this report - https://github.com/docker-mailserver/docker-mailserver-helm/issues/163.
Its a bit hard to follow what you have setup. Sounds like you are using cert-manager. Are you using something like Let's Encrypt or a self-signed certificate with cert-manager? And...
Thank you @manyjuice for the additional information. So this is where setting up the certificate is done: https://github.com/docker-mailserver/docker-mailserver-helm/blob/90b9a2754ae39425a89852f92a777ab9c0ae785a/charts/docker-mailserver/templates/deployment.yaml#L112 ```yaml {{- if .Values.certificate }} - name: SSL_TYPE value: manual - name:...
@manyjuice do you still have an issue or were you able to solve it?
@segiddins any other questions I can answer or feedback I should address?