Jan Frederik Léger

Results 7 issues of Jan Frederik Léger

Error message when installing docker-registry to a specific namespace, using `ark install docker-registry -n myregistry`. ## Expected Behaviour The docker registry should be installed in the namespace myregistry. ## Current...

### How to reproduce .bumpversion.cfg: ``` [bumpversion] current_version = 0.0.1 commit = True tag = True sign_tags = False ``` Running `bump2version patch` gives the following error: ``` Tagging 'v0.0.2'...

https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/ - [ ] Test if this works - [ ] Update the docs.

Would we better to deploy/run the app in a separate namespace, e.g. "tutorial" or "myapp". * Good to learn where to define the namespaces * Nicer isolation in case you...

As from Terraform 1.4, the doc suggests to use `terraform_data` instead of `null_resource`. See https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource. To avoid destroy and recreation of these resources, terraform>=1.9 allows the `moved` statement to do...

The generated create and drop statements didn't quote the `on_entity` schema/tablename. So `alembic upgrade` errored on statements like ``` DROP TRIGGER "modified" ON test.MyCamelCaseTable ``` This patch fixes this. It...