Bartosz Wojtkowiak

Results 6 issues of Bartosz Wojtkowiak

Since this project is not maintained anymore, please consider pointing to my alternative solution.

Waiting For Review

My app is spawning a local http server, and the renderer is simply fetching `http://127.0.0.1:8036`. I have this CORS error when using devtron. Is there anything we can do about...

Testing if my app is quitting correctly :smile: After `app.quit` `t.context.app.isRunning()` still reports `true`. https://github.com/electron/spectron/blob/aaf7b6964ed32f43c0955b0cb1af5eeb99938db0/lib/application.js#L86 `t.context.app.stop()` will fail with `Error: chrome not reachable`. Manually doing `t.context.app.running = false;` fixes it....

Hey, please consider pointing people to an alternative solution in the readme -> [meteor-desktop](https://github.com/wojtkowiak/meteor-desktop). Thanks for your project as this was an inspiration for me 👍

Quick question. I just did updated synthesis along the way with others from 1.0.40 to 1.3.11. In `public` I have a `bower_components` dir from which I am vulcanizing one file....