Samuel Giddins

Results 316 comments of Samuel Giddins

@rhenium should be ready to merge!

Is this better served by setting the `fetch-depth` when cloning, before invoking this action?

Maybe we `git fetch origin refs/tags/$TAG:refs/tags/$TAG` to limit it to just the one? Or use the GitHub cli/api to check whether the tag exists? Being able to avoid a full...

@juharris sorry, I have been kicked off of the rubygems team and no longer have merge permissions to this repo

```ruby User.group(:twitter_username).count.sort_by(&:last).reverse.first(5).to_h => {nil => 220926, "" => 6382, "opss_2020" => 296, "..." => 12, "..." => 6} User.where("twitter_username is not null and twitter_username != ''").count => 7206 ```

I am also seeing this happen on 4.4.302+ on a synology (`Linux spacelab 4.4.302+ #69057 SMP Fri Jan 12 17:02:28 CST 2024 x86_64 GNU/Linux synology_geminilake_920+`), so I don't think it's...

`Pods/` directory, if there is a `Podfile` file as a sibling

What directory is being created that you don't expect? Could you share a Gemfile and steps to reproduce the issue you're experiencing?

Gotcha. Looks like the `no-cache` option isn't being plumbed through to the installer, which then uses the `Source::Rubygems` class to download and cache `.gem` files before installing them