Olof Bjarnason
Olof Bjarnason
Ah, great to have an explanation! And thanks for sharing `go mod graph` very helpful! I think this is an issue with beep actually, which hasn't had a release since...
@faiface is there a new release of beep happening anytime soon? See discussion above
Any progress on this April issue? Got into it too using the official instructions, and the workaround didn't help me. ``` olof@ripley:~/my-app$ elm --version 0.19.1 olof@ripley:~/my-app$ elm-desktop-app run /home/olof/my-app/elm-stuff/elm-desktop-app/app /home/olof/my-app...
This is the output of (re)installing elm-desktop-app: ``` olof@ripley:~/my-app$ npm install -g elm-desktop-app /home/olof/.npm-global/bin/elm-desktop-app -> /home/olof/.npm-global/lib/node_modules/elm-desktop-app/cli.js + [email protected] updated 1 package in 4.228s ```
And this is the content of elm.json: ``` olof@ripley:~/my-app$ cat elm.json { "type": "application", "source-directories": [ "src" ], "elm-version": "0.19.1", "dependencies": { "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0",...
Oh, I checked the installed `config.schema.json` in `node_modules`, and it only mentioned `elm0.19.0`. I tried adding `elm0.19.1` there but still not working. Is the `elm-desktop-app` with 0.19.1 compatibility maybe not...
OK, I got the workaround working. Problem was that `npm init` hadn't been run i directory before. I hope these comments can help in some way in getting this great...
Yeah, pytddmon has no way of ignoreing / excluding paths. It's on the [wishlist](https://github.com/objarni/pytddmon/issues/30) though.
This is especially useful for dwm like environments, as a floating mini window does not play nice at all with them! :)
The command line, in Python 2.7, is this: python -m unittest discover. What needs investigation: - command line for 2.6, 3.2 and 2.3 Is command line running/parsing viable? What fidelity...