Pablo Klijnjan
Pablo Klijnjan
Any idea when can this fix be merged? it is also affecting the new Airflow UI (based on this project) https://issues.apache.org/jira/browse/AIRFLOW-4153
Same for me ```[Error - 9:17:19 AM] Request textDocument/formatting failed. Message: Unable to format due to syntax error Code: -32603 ``` I installed latest elixir 1.13.4 and liveview. Automatic formatting...
Yeah, I tried that as well (compiling from master). Error remains
I tried reproducing the error while running the formatter in the command line. I installed with asdf a different elixir version (1.12.0) and then I get a similar syntax error...
@kytrinyx Thank you! `electron-builder` is an option I researched (https://github.com/exercism/gui/issues/6#issuecomment-282768534) and `electron-forge` is the one being integrated right now in `ember-electron` (which is used to make the ember app in...
Status update: I haven't got much time to work on this and my bandwidth during August is null. Will retake this at the beginning of September, if anyone else tackles...
Status update: The most viable project to help build packages for distribution seems to be `electron-builder`. It supports all the features we want, is actively developed and well documented. I've...
This should be made possible by upgrading to ember-electron v2.x which adds a `make` command (powered by electron-forge) which can create installer for all the supported platforms. See https://github.com/electron-userland/electron-forge#possible-make-targets Therefore...
@antony-jr wow this looks cool! So the idea is to have it working in all platforms right? What about upgrades?