-
To set the environment we run `ember electron --dev` or `ember electron --prod` to set the app in **development** or **production** mode. This value is accessible inside EmberJS in the browser window,…
-
I am new to electron and ember....
before packaging the ember electron app, i tried to fetch some json data from url and it worked fine
below is sample code that is used in controller section of a…
-
## I'm submitting a...
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
## Environment
Angular version: 5.2.9
Browser:
- [X] Chrome (desktop) version 65
For T…
-
I just recently upgraded to 2.0.1 from version 1 and it has changed the protocol requesting files from `file://some-path` to `serve://dist/some-path`. Checking the network tab, the uploads are now end…
-
## 公司簡介
「正法寶藏工作室」是一個非營利組織。 致力推動西藏文化之經典、古籍研究及保存,提升西藏文化之知識教育,促進國際西藏文化學術之交流。
目標:
- 西藏經典、古籍的現代化,以符合現代閱讀習慣,方便更多人閱讀
- 經典資料之收集、整理及發佈於各平台,包括網頁、手機與平板
- 為達以上目標,研發相關技術、工具與流程
https://www.youtube.com/…
-
I am hitting a nasty corner-case of Electron / Chromium security behaviour with HTTP / HTTPS and the ember-inspector being loaded in an Electron app, when attempting to use the CloudKit JS library to …
-
I became the following error, when i start my desktop app with my ember app. JQuery and Bootstrap are in `ember-cli-build.js` and JQuery is the first import. I think it is a Problem with the electron …
-
[Enter steps to reproduce:]
1. Close an open tab
2. ...
**Atom**: 1.14.1 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.3
**Thrown From**: [exception-reporting](https://github.com/atom/exce…
petey updated
7 years ago
-
First of all, thanks for this amazing library!
When trying it out, I ran into an error importing `ramda`. I believe this is related to #13 where I get the following error:
```
JS ERROR: Error: Ci…
kiyui updated
7 years ago
-
As it currently stands, Electron Forge is CLI driven. If you want to interact with it in another Node module, you need to shell out. In order to better integrate with solutions such as [ember-electron…