Pete Johns

Results 7 comments of Pete Johns

I took a look at this recently and it was easy enough to get up-and-running locally but unfortunately building Safari extensions requires Xcode which makes building the extension in GitHub...

TIL https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode

Fun! I had a go at implementing this but then I realised this is a subset of the Alphabeteer challenge (unlike Pirates and Stayin' Alive) so may not be as...

Love your work Gus :-)

Exactly! [Unwrappr calls the RubyGems API](https://github.com/envato/unwrappr/blob/3c0bf9d/lib/unwrappr/ruby_gems.rb), which works most of the time to get the Gem metadata. However for privately-hosted gems (such as Sidekiq Pro but also ones that are...

Well, that's frustrating! It seems that when [we create](https://github.com/envato/unwrappr/blob/v0.3.2/lib/unwrappr/lock_file_comparator.rb#L10), a `Bundler::LockfileParser`, [it creates](https://github.com/bundler/bundler/blob/v1.17.1/lib/bundler/lockfile_parser.rb#L68) a `Source::Rubygems` object, which in turn [expects](https://github.com/bundler/bundler/blob/master/lib/bundler/source/rubygems.rb#L467-L469) to find its [`root` using either the `Gemfile` or `.bundle`](https://github.com/bundler/bundler/blob/v1.17.1/lib/bundler.rb#L232-L240)....

Looks like v2 has been live for [Chrome](https://chromewebstore.google.com/detail/running-challenges/kdapmdimgdebpgolimjnmcdlkbkddoif) since February, but [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/running-challenges/) is sill on v1. Can I help with releasing v2? I found that the `web-ext` tool is great...