Simon Smith
Simon Smith
@milu-github This repository is no longer maintained. You're using a fork that was taken from https://github.com/simonsmith/cypress-image-snapshot but is quite different judging by the commit differences. I'd recommend opening an issue...
You could try switching to this updated fork - https://github.com/simonsmith/cypress-image-snapshot
I used this: ```lua require("notify").setup({ timeout = 3500, stages = 'static' }) ```
Interesting, okay that makes sense. I suppose Module is in the same bracket as spacing utils. Maybe it's too tricky to have a one size fits all component for spacing....
Hey, That feature doesn't exist currently, but it seems like it could be a good addition
Oh sorry, I didn't realise what repo this was 😄 Can you add it to https://github.com/simonsmith/cypress-image-snapshot, this is my maintained fork
Object literal methods would be lovely too: ``` js { test() { } } ```
@mattn What should I be testing?
@mattn Excellent work! I think the only one I can see missing there are class methods/object methods: ```js class { someMethod() { } } ``` ``` js { test() {...
I am also seeing this. Strangely if I access the binaries directly it seems to work fine. So: ``` ~/.volta/bin/volta install [email protected] ~/.volta/bin/node -v # triggers volta to look up...