Ben Radler
Ben Radler
Could use this fix too, any updates?
+1 I am still running into this as well
@leonid-shevtsov isn't `autopick: true` [the default?](https://github.com/leonid-shevtsov/headless/blob/c22ea261f9574dfee8e1b44d513b05fd684a15ce/lib/headless.rb#L66) It would seem that passing `display:` key will conflict with the `autopick` settings. I do have `Xvfb` installed, and do not have this error...
@leonid-shevtsov simply like this: ``` ruby def driver @driver ||= Selenium::WebDriver.for :firefox end ``` should I be specifying a unique port each time if I am running on concurrent workers?
In case anyone wants to troll, this is a pretty good take on the DJI Mavic/Phantom 4 startup chime ``` DJI: d=2,o=2,b=295: 4c6, 4d6, 4g6, 16p, 4d6, 4g6, 16p, 4d6,...
Any updates on this? Would love to be able to use this with 1.3?
this appears to still be an issue for 3.1/3.2 version; adding @esb's suggested code to the `application.rb` solves the issue, but its a bit of a hack seeing as that...
Don't forget to `rake db:migrate`; confirmed this bug. You can comment out the `/app/overrides/products_show.rb`, reboot server, and see the proper HTML class is now being added by the HAML.
@Senjai I understand this is not a Spree issue. I recently submitted my first PR to add a feature to Spree and found it unclear from the documentation what the...