Justin Searls
Justin Searls
@gaearon just raised the point that npm uses "build" themselves in their docs: http://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm
FWIW, this issue has affected nearly every application I test with Cypress, often triggered by a deeply-nested dependency that I don't have direct control over. Would be really great to...
I am running into the same thing. Unless I pin to 4.19.0 I get `Selenium::WebDriver::Error::UnknownError: unknown error: cannot find Chrome binary` cc/ @p0deje
I'd be excited to see this merged for no other reason than to be able to bind shortcuts to save state management for SNES/n64
Woot! Congratulations, and thank you, @PikachuEXE!
:+1: this appears to be an issue with how `Mocha#run` works. AFAIK it's exiting as soon as the first error is encountered. Here's my own custom grunt task that also...
Just saw this issue, as I also needed to set a limit value. Here's my extension; feel free to take or leave it: ```javascript import NestedForm from 'stimulus-rails-nested-form' export default...
Hi @segunn. I've attained write access to sorcerer on rubygems.org so I've forked the repo to the rspec-given org here: https://github.com/rspec-given/sorcerer Would you mind sending this PR there and helping...
For the record @yb66 & @segunn, this was merged into the rspec-given org fork of sorcerer: https://github.com/rspec-given/sorcerer/pull/1 However, because I had problems getting the tests to run and pass I...
Ok, this is landed in [email protected] after lots of build fixes