Milos Ivanovic

Results 22 comments of Milos Ivanovic

This has happened before: https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/344

@j-carvalho I tried this, but it doesn't appear to make any difference and still fails (with a different error now - `/bin/bash: line 13: v0.5.6: invalid variable name`). Were you...

I just noticed that the `v` is hardcoded in the orb: `v${VERSION}` source: https://github.com/CircleCI-Public/aws-eks-orb/blob/6ca33e02f984ea02d6b37c974a9edc502e0a7c8a/src/scripts/install-aws-iam-authenticator.sh#L21 Edit: Looks like the `v` is already stripped here https://github.com/CircleCI-Public/aws-eks-orb/blob/6ca33e02f984ea02d6b37c974a9edc502e0a7c8a/src/scripts/install-aws-iam-authenticator.sh#L12 so it's not that. Edit: Oh,...

@ivoanjo Is that the cause of this? ``` W, [2022-05-19T02:18:34.186530 #38] WARN -- ddtrace: [ddtrace] Invalid URI scheme 'unix' for DD_TRACE_AGENT_URL environment variable ('unix:///var/run/datadog/apm.socket'). Ignoring the contents of DD_TRACE_AGENT_URL. ```...

I also encountered this issue, and wasn't sure how to install older versions of the .NET framework. Thanks for figuring this out and posting your findings!

**I figured out the issue thanks to a tip from https://github.com/bitcoin/bitcoin/issues/20825#issuecomment-753444519.** Prior to wanting to install numpy I had installed many GNU utilities via brew as I prefer to use...

In terms on what we can learn from this experience: would it be possible to convert those linker warnings into errors during the numpy source installation process? Or, some other...

I personally find the colours a lot more useful when generating passwords since it's easy to see the distribution of symbols and numbers, but once they are generated it becomes...

Yeah, I'd like this too. I'm seeing: ``` /root/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/pry-byebug-3.8.0/lib/pry-byebug/helpers/navigation.rb:13: warning: _pry_ is deprecated, use pry_instance instead /root/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/pry-byebug-3.8.0/lib/pry-byebug/helpers/navigation.rb:15: warning: _pry_ is deprecated, use pry_instance instead ``` but that was fixed a...

@reachlin do you know why your PR was closed? Also, were you able to test your fix to see if it was able to handle the retry better?