-
I'm making a cross-platform Electron app. When run on Windows, I need to inspect the registry, so I'm using [regedit](https://github.com/ironSource/node-regedit).
I'm doing my development on macOS,…
-
When running `ember electron:make`, it can take an optional `--environment=` flag. This value is accessible in the renderer process from ember with:
```javascript
import config from '../config/env…
-
By default, it appears that the `package.json` file changes generated when running this blueprint cause an error when trying to build a `squirrel` target on Windows because the `name` field is set to …
-
> 在装逼成本越来越高的 JS 圈,是时候充值一下了 ———— 题记
## § 开发
Macbook Pro 是标配,美其名曰“提高开发体验”
什么?你还在用 Spotlight?赶紧给我换 Alfred!
编辑器,Sublime / Atom / VS Code 三选一
虽然很想用IDE,但一定要忍住,并且与人解释道:
“启动速度慢,消耗资源多,…
-
https://medium.com/@jeroenouw/upgrade-to-angular-6-4520e46c682b
-
Seems there is some problem with the way we handle `require`. See https://github.com/felixrieseberg/ember-electron/issues/147#issuecomment-297407509
This used to work and as I refactored there, I …
-
Hi!
Now with the compilation of my app the symlinks are being deleting, and is increasing the size a lot.
But option of "derefSymlinks: false" is deleting symlinks anyway. Can be?
Thanks!
-
```
ember electron:package
```
Produce the following error, seems the binary from GitHub is no longer available.
```
Packaging Electron project.
Downloading tmp-27093-0-electron-v1.6.7-oops.…
ghost updated
6 years ago
-
[Enter steps to reproduce below:]
1. Start Atom
2. ...
**Atom Version**: 1.9.7
**System**: Mac OS X 10.11.6
**Thrown From**: [fuzzy-finder](https://github.com/atom/fuzzy-finder) package, v1.3.0
### S…
-
Hello! I was poking around converting my project to the 2.x branch and I ran into a strange issue.
I had previously been storing some data in the user directory app which I found using `app.getPath…