Thomas Schaffter
Thomas Schaffter
@beeyev There is one difference between the config example provided by `thumbor_aws` and the config file generated by the Docker image. The former uses `None` values while the latter specifies...
I can now confirm that specifying `None` instead of `'None'` solved the issue.
I will give it a try today. Thanks!
@beeyev I get this error when stepping into the container and fetching an image with `wget`. | Event Time | Message | | --- | --- | | 2024-09-30T16:04:34.403Z |...
Here are the environment variables passed to the Thumbor container deployed with AWS CDK (dev deployment): ``` thumbor_props = ServiceProps( "openchallenges-thumbor", 8889, 512, "ghcr.io/beeyev/thumbor-s3:debian-test", { "LOG_LEVEL": "info", "PORT": "8889", "LOADER":...
@beeyev The latest image works!
Thanks so much for fixing that so quickly.
@beeyev Could you please update the image `beeyev/thumbor-s3:7.7-alpine` too (last updated 10 months ago)? I need SVG to PNG conversion, which is not available in the slim version. https://hub.docker.com/r/beeyev/thumbor-s3/tags https://github.com/beeyev/thumbor-s3-docker/pkgs/container/thumbor-s3
I also support adding an option to specify whether users want to forward their SSH and GPG resources to the dev container. One issue with automatically forwarding GPG sockets is...
@thomasyu888 Is the core python client used in the existing client or would that be the low-level code generated by OpenAPI Generator?