Radek Antoniuk

Results 70 issues of Radek Antoniuk

On the first `docker compose up` I see the following: ``` database-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok database-1 | creating subdirectories ... ok database-1 | selecting...

upstream

``` outPath: description: "Path of the output archive (ex: abc.tar.gz)" required: true ``` This parameter is not required in the extract scenario, but on `1.1.3` it is flagged in VSCode...

1. The GH Action pages are duplicated: - https://python-semantic-release.readthedocs.io/en/latest/github-action.html - https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html 3. [The action does not run `version` and `publish` per documentation](https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html). It runs only `version`, at least that's what...

docs
confirmed
good first issue

Related to #113 I'd like to specify deployment-configuration options, to basically achieve the same I can do with AWS CLI: ``` aws ecs update-service --cluster EcsCluster --service Service --task-definition task-def...

pending-investigation

On version 9.8.0, the following command works: ``` APP_VER=$(semantic-release -c .semantic-release.toml version \ --no-push --no-tag --no-commit --no-changelog --no-vcs-release --print \ --build-metadata pr-${{ github.event.pull_request.number }}.${{ github.run_number }}) ``` with the output:...

bug
confirmed

### Name of the resource AWS::ECS::TaskDefinition ### Resource Name _No response_ ### Issue Description When using an ECS:TaskDefinition together with a referenced AWS:SecretManager secretValueFromJson(), the stack update fails when the...

bug

https://github.com/supabase/postgres/blob/develop/README.md?plain=1#L59 but wiki is not public and therefore not accessible :(

documentation

Do you plan to add support for Python 3.12 to the available list of images? I am specifically interested in this inference AMI for an `inf1` instance type: [public.ecr.aws/neuron/pytorch-inference-neuron:1.13.1-neuron-py310-sdk2.20.0-ubuntu20.04](https://github.com/aws-neuron/deep-learning-containers?tab=readme-ov-file#pytorch-inference-neuron)

On a clean setup of 2.11 from pre-built docker images, the [fake data generator](https://docs.ckan.org/en/2.11/maintaining/getting-started.html#creating-test-data) doesn't work: ```sh docker compose exec ckan ckan -c /srv/app/ckan.ini generate fake-data organization 2024-12-05 10:09:59,835 INFO...

while trying to build a custom Docker image with just enabled the example `scheming` plugin installation, it fails with permission denied. ```sh docker compose -f docker-compose.dev.yml build [+] Building 4.2s...