Alexandr Marchenko
Alexandr Marchenko
indeed that can be done with helm lint, something like: ```bash #!/usr/bin/env bash set -e echo 'should pass for valid numeric service port' helm lint demo --set service.port=80 echo 'should...
The last few messages and examples are indeed correct Here is an short reproduction: ```yaml - run: printf 'bug:\n- *\n' > /tmp/labeler.yml - uses: actions/labeler@v4 with: configuration-path: /tmp/labeler.yml ``` And...
If I understand correct, for environment variables to work all we need is to wrap [this](https://github.com/certbot/certbot/blob/master/certbot-dns-cloudflare/certbot_dns_cloudflare/_internal/dns_cloudflare.py#L45-L47) few lines of code with additional attempt to get values from corresponding environment variables,...
Or, as alternative, if namespace is something desired we can try to leave it as is and just "reexport" interfaces, e.g. before: ```ts declare module "svg-pan-zoom" { export = svgPanZoom;...
In my case, after importing deployment, as mentioned in the docs, credentials are empty, but we can workaround this by `terraform state pull > state.json`, manually add/change credentials, increment serial...
Seems like it is by design, from [docs](https://pkg.go.dev/log#pkg-overview): > That logger writes to standard error and prints the date and time of each logged message. So with standard packages all...
Why not, if there will be PR that will do that and will be tested - it will be nice addition After all pretty of this library is that it...
Oh, I see, thank you for your response it is really cool May be we should also use that regexps to make this library DRY and recognizable by other developers
Hello, wondering if that PR will solve an issue we observing, somehow on new projects, global cli tool complains with errors like: ```log Msbuild failed when processing the file '/path/to/Proj.csproj'...
Here is a dump of ws messages with single study **create_study** raw ``` ~m~689~m~{"m":"create_study","p":["cs_J9dHOapfH83N","st11","st1","sds_1","HeadAndShouldersCP@tv-chart_patterns-26",{"Source":"ohlc4","Patterns":"All","Price Targets":"All","Trend Height":50,"Minimum required difference":20,"Maximum slope of the neck line":15,"Shoulders height maximum difference":30,"Shoulders width maximum difference":60,"In Progress":true,"Color...