Geoff Tidey
Geoff Tidey
I'd imagine a lot of people are ditching flash after these recent security revelations - http://www.theverge.com/2015/7/8/8911077/adobe-flash-hacking-team-vulnerability oh - http://www.ghacks.net/2015/07/14/mozilla-blocks-all-versions-of-adobe-flash-in-firefox/
I can confirm (one year on) that I'm seeing the same issue as @dsager We're using ruby 2.7 & rubycritic 4.3.1 & `rubycritic app -p $CIRCLE_ARTIFACTS/rubycritic --mode-ci -f html --no-browser...
Hey @Spone, it's been a while since I made this PR, but I have a recollection adding the komponent components to the fixtures was required.
Hi. Bit of a workaround, but this is working for me atm on Rails 6 with zeitwerk 2.4.0 ```rb module MyApp class Application < Rails::Application config.i18n.load_path += Dir[config.root.join('frontend/components/**/*.*.yml')] config.paths.add 'frontend/components',...
Looks like a potential fix is to use a fork of cookiejar in em-http-request - https://github.com/igrigorik/em-http-request/issues/354
I'm seeing the same issue with `instance_double` intermittently with v7 e.g/ ``` Failure/Error: meh = instance_double(MyClass, this_does_exist: 42) the MyClass class does not implement the instance method: this_does_exist ``` Just...
Hi @ArturT do you mean something like https://github.com/KnapsackPro/knapsack_pro-ruby/pull/247/files ?
Afraid not. It's intermittent.
Hi @ArturT , sorry for the radio silence. It's not been happening at all since my last update. Two things have changed, the first is probably the issue: 1. I...
Getting a deprecated warning now: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: thomaseizinger/create-pull-request@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```