David Landry
David Landry
@MartinThoma Looks like your SO question got an answer. Does that solve this issue?
Do we have an example of a query that can result in binary data? I'd lean towards encoding binary data as base64 strings. That would let ferret structure results as...
The more I think about it, the better just switching to BSON sounds. I think we should be able to directly switch from JSON to BSON and have binary results...
@tgwilkins Any example code you're comfortable sharing?
From the error, it sounds like the underlying library expects the application to be in the main thread. If you have work that needs to happen asynchronously, you can always...
> Right now, you can solve the issue by deleting the config file `~/Library/Application Support/Alfred 2/Workflow Data/zmin.calendar/settings.json`. Thanks! I was having the same problem.
I think I'm having the same issue: 1. the container is being periodically restarted 2. the only output to the log is "Initializing nextcloud 19.0.3.1 ..." 3. the PVC _is_...
I noticed this doesn't have pip. It might also be missing some common packages that https://github.com/zenika-open-source/terraform-aws-cli/issues/80 needs for the Lambda integration. Let me know if this is something the maintainers...
If anyone else needs this, we ended up building our own image like this: ``` ARG AWS_CLI_VERSION=2.14.5 ARG RELEASE_VERSION=8.0 ARG TERRAFORM_VERSION=1.6.5 FROM zenika/terraform-aws-cli:release-${RELEASE_VERSION}_terraform-${TERRAFORM_VERSION}_awscli-${AWS_CLI_VERSION} USER root ARG PYTHON_MAJOR_VERSION=3.11 RUN apt-get update...
@fijter I noticed this PR is still open. Have you had a chance to review it? Are there any changes I should make to it?