Tyler Ang-Wanek

Results 33 comments of Tyler Ang-Wanek

I've updated cld to actually be async with a promise API in this PR https://github.com/dachev/node-cld/pull/62. Hopefully when that merges we'll legit not have to even worry about the difference between...

> Replaces the use of electron-remote to download the dictionaries with a basic fetch. So I realize that electron-remote/remote-ajax leveraged fetch in the past, and this is a very 1-to-1...

Make sure to specify an `.npmrc` or `.yarnrc` that labels what version of Electron you're building with. For example, this would be the `.npmrc` for [email protected]: ``` runtime = electron...