Mark Delk
Mark Delk
:+1: We might as well add `frozen_string_literal: false` to all the `*.rb` files now, unless there are objections
Had a similar issue on Mac (Montery): `already started: # "/usr/local/bin/chromedriver"`. Turns out it was due to mismatched versions of chrome and chromedriver: ``` % /usr/local/bin/chromedriver --version && /Applications/Google\ Chrome.app/Contents/MacOS/Google\...
:+1: thanks
Can confirm this fixes `yarn run storybook`. Ping @nitin42 (or any other maintainers)
@nitin42 you need some maintainers? I'd be glad to help sry to piggyback on _this_ issue, but I hate to see _no longer maintained_ mentioned on such a nice repository....
:+1: for this. *Implementation thoughts:* Since all that content is just a string, one approach would be to regex replace urls with hyperlinks. Those [regexes](https://mathiasbynens.be/demo/url-regex) can get pretty hairy, though,...
> Thanks for looking into this! Do I understand correctly that the issue is because the extracted path is different from the archive file name? Yep - seems the [final...
Same here, thanks for reporting this. I think I finally found the issue: Per that error message, it's omitting the build metadata part of the version when installing, i.e, we...
> Tests timing out on Windows are usually due to readline issues, that's why some specs include the `:readline` tag, to be skipped on Windows. That said, I don't spot...
> I thought I had found this issue and rebased this PR, but seems to still hang. Also, and what's more surprising, I checked that running just `bundler/spec/commands/newgem_spec.rb` in sequence...