Koen Romers
Koen Romers
Fixes the 'Error: [$rootScope:inprog] $digest already in progress' to make it skip the unnecessary $digest cycle.
### Description When throwing an error within `onReceive` in an invoked callback service, it's not caught. Thrown errors outside `onReceive` are caught properly. Therefore I'm forced to do something like...
I'm using `4.0.0-beta.5` on `Node 6.10.0`. ### Steps to reproduce the behavior Create a new Keystone List and add an CloudinaryImage field, with the select option. Set `cloudinary folders` to...
Since we upgraded to Electron 10 (10.1.2) the application crashes when using the touchbar media keys. Media keys on an external keyboard seem to work fine though. ``` ./node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited...
**Is your feature request related to a problem? Please describe.** When using NextJS we use a patched fetch that enables automatic caching in NextJS. When using a library like cross-fetch,...