Adam Drago
Adam Drago
I didn't know anybody actually used this. I will look into it! 🙂
I'd love to. The biggest blocker is finding a way to achieve the same type of screenshots I do on Mac, either in a cross-platform way, or per platform. https://github.com/atdrago/negative/blob/develop/lib/negative.js#L462-L484...
Apologies for the noise, but I don't want this to be marked stale. This is still an issue in 2.1.4
@navinjoy The way I did it is not great. It relies on there being a renderer process which makes it very difficult to do anything (besides `app.restart()`) when all windows...
I created a small demo app to show how I implemented my tests. Much easier to digest than looking at Negative. It's actually working quite well now, except for the...
> Not currently, the require('electron').remote.Menu.getApplicationMenu() API does not serialize to JSON so it can't currently be fetched via Spectron. @kevinsawicki Should I file a new issue under Electron for this?
I fixed this by modifying the `handleDropdownLinkClick` method to add an `isIos` check, and breaking out early if true, before this line https://github.com/jasonsalzman/react-add-to-calendar/blob/master/src/ReactAddToCalendar.js#L54. Therefore the default is not prevented and...
Hey @jasonsalzman, I'm sorry but I probably won't be able to put a PR together for this. I think we're probably, unfortunately, going to go with a server downloaded ICS...
I get the same error: ``` Cannot read property 'name' of undefined TypeError: Cannot read property 'name' of undefined at check (XXX/node_modules/eslint-plugin-angular/rules/avoid-scope-typos.js:24:75) at EventEmitter.Identifier (XXX/node_modules/eslint-plugin-angular/rules/avoid-scope-typos.js:31:17) at emitOne (events.js:120:20) at EventEmitter.emit...
I ran into this issue as well. I'm lazy-loading many components on a page, each of which uses the same query hook, so the problem occurs for me if one...