Mehuge

Results 5 comments of Mehuge

ndb 1.0.44 chrome 73.0.3683.103 node v10.11.0 Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed ndb 1.0.26 works, including breakpoints

Can't you just do `process.env.ENV = 'production'` with the script: `'webpack --config webpack.config.${ENV}.js'`

My deduplication backup [ddb] software uses streams with compression, specifically it `.pipe()s` to and from a compressor (gzip/gunzip). It operates over http as well as over the file system. Loading...

It seems that, at some point, this plugin renamed `backgroundGeolocation` to `BackgroundGeolocation` and changed the interface slightly. I renamed all my references, and switched to using `BackgroundGeolocation.on('location', handler)` to receive...

All I had to do to resolve this was add `ICON` and `SMALL_ICON` variables to the plugin add command line. Didn't need to copy any icon resource as `@mipmap/ic_launcher` already...