Mickaël Canévet
Mickaël Canévet
I was wondering if there is a way to use this with basic auth or something else in front of it. I know how to configure basic auth on the...
## Current behavior I'm using this `.gitlab-ci.yml` adapted from [this documentation](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/ci-configurations/gitlab-ci.md#gitlab-ciyml-configuration-for-all-projects) ```yaml release: image: public.ecr.aws/docker/library/node:17-bullseye-slim before_script: - apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates - npm install -g...
It would be great if we could manage OVH's NAS-HA partitions with Terraform so that we can do something like that: ```hcl resource ovh_nasha_partition "foo" { service_name = "zpool-123456" partition_name...
Somehow it does not install plugins if `.tmux.conf` is not reloaded
If I understand correctly, `pg_data_directory` is only used when the `local-tar` `basebackup_mode` is used. Currently, setting `pg_data_directory` is mandatory and a `PG_VERSION` must exist in it. I think this should...
I have an idea to implement but I don't really know how to do it. I'd like to have an option to not mark the resource as created if check...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
If you use pg_hba without specifying a target, it fails with: ``` Could not evaluate: private method `chomp' called for nil:NilClass ``` Because of: ``` def self.file(resource) ... file =...