Justin Searls
Justin Searls
A-ha! I see now. And all our readme does is say: > A reset() method that undoes everything, intended to be run afterEach test runs My apologies. We only use...
Give a mouse a method… 🐭
You're welcome to open a PR against the repo!
First, thanks for the kind words about the course. Second, yes I see this too: ``` > [email protected] install /Users/justin/code/testdouble/real-world-testing/lineman/node_modules/png > node-gyp rebuild Package libpng was not found in the...
:+1: -- I am using mocha-given for the first time and this is exciting to see my project ported! However I just hit a bit of a wall due to...
This would be super awesome, was just checking the recurring tab in the hope there would be a "Run" button there. Great minds think alike 💡
@flavorjones yes, for sure. #1926 is the only reason a SAX parser would need to rely on error callbacks (I do worry if the fix to #1926 _doesn't_ intercept these...
@st0012 thanks Stan! Got through that and have it formatting correctly now. Question: can I safely rely on `Dir.pwd` being the workspace directory, as I do with my custom extension?...
I'm unsure the cause of the test failure this introduces, but just looking at the addon stuff, does this look right? @vinistock, @st0012?
Looking into this failure, I have very few good answers. AFAICT, if one executes `require "ruby-lsp/internal"` in our test suite, then [the CLI test](https://github.com/standardrb/standard/blob/main/test/standard/cli_test.rb#L13) will start failing, with the odd...