Alexandre Lacheze

Results 63 comments of Alexandre Lacheze

### With electron 1.7.8 ❌ Error in background page: ``` Uncaught TypeError: Cannot read property 'WINDOW_ID_CURRENT' of undefined at handleClickToCallInstallationCase (background.js:4457) at Object.init (background.js:4396) at background.js:4550 ``` Seems to rely...

### With electron 1.7.8 ✅ At least it's in Station today

### With electron 1.7.8 ❌ Errors in background page: ``` Uncaught TypeError: Cannot read property 'onMessage' of undefined at background.js:763 ``` Missing API: `chrome.gcm.onMessage`

What is your version of Electron? And what is your version of `electron-process-manager`? Might be linked to #17

### With electron 1.7.8 ❌ Errors in the background page. Missing apis: `chrome.runtime.setUninstallURL` => can be mocked `chrome.tabs.onActivated`

### With Electron 1.7.8 ✅

### Actually Gorgias can't work in electron 1.7.8 ❌ - Gorgias is not usable if we can't access the option page (`chrome-extension://lmcngpkjkplipamgflhioabnhnopeabf/pages/options.html#/list`): can't define the template - after mocking missing...

Your suggestions: 1. When query could not be parsed => _throw on observable_ 2. On error in the implementation itself (ups) => _throw on observable_ 3. Usage of things we...

Worth following https://github.com/graphql/graphql-js/issues/1404

I agree and made a reproduction case here: https://codesandbox.io/s/solitary-river-57rbq?file=/src/index.ts:112-132 I worked around the issue by slightly overriding `relayStylePagination` which will just ignore the `merge` and `read` if we are not...