Benoit Daloze
Benoit Daloze
Are you hitting these limits? What's the limit?
It'd be nice if we could automatically use the token, like actions/checkout does it in https://github.com/actions/checkout/blob/b4ffde65f46336ab88eb53be808477a3936bae11/action.yml#L24 But I'm not sure if that works for all actions. In any case we...
What counts as requests here? Downloading release assets? I don't think setup-ruby does any other network interaction, except the cache stuff.
No reply, seems there is no need, closing
Could you clarify what's the use-case? It does look like a lot of changes and complications, so it would need a really good use case (without good workarounds) to be...
> #489 lists some, I only see Docker there and I wonder if actions even work at all within Docker images. > but for me specifically I need to conditionally...
RubyInstaller. setup-ruby never built Ruby itself on Windows. As @MSP-Greg mentioned indeed more work will be needed later in setup-ruby to get the toolchain working, but anyway RubyInstaller builds need...
On further thought, I think we should not have `block_spec.rb`, it's too confusing. Let's move the block-passing specs to method_spec.rb. And lambda_spec.rb is mostly redundant with `method_spec.rb` in terms of...
Could we use irb's `-f` flag or similar to skip irbrc's?
I made a separate PR to get a better diff for review: https://github.com/ruby/spec/pull/1143 @andrykonchin Could you take a look to get another pair of eyes on it? I'll merge this...