Yu Matsuzawa

Results 36 comments of Yu Matsuzawa

I see. Will add test cases if I got time

Regarding to `linter` problem, it may be this: #153 In short, lock `linter` version with `apm install [email protected]` for the mean time. Apart from that, have you tried compiling the...

Dunno, I also want to know convenient ways to debug background processes from Atom packages... Also, just a possibility though, triggering too much Lint requests to elmjutsu (thusly to the...

Try setting "Elm Test Path" in elmjutsu setting. By default it requires `elm-test` to be installed globally. I believe relative path from project root should work (might be wrong though).

Describe your environment thoroughly please, especially elmjutsu version, linter version, other possibly related packages. The easy way is call "Linter: Debug" from command palette (cmd + shift + P in...

Hmm, no easy fix from me. Cannot tell if it is elmjutsu problem or specific to your environment. My usual debug process around elmjutsu and other Atom packages: - Turn...

In my Windows 10 env, - Node.js(8.12.0) and Yarn(1.10.1) installed, both versions built for windows, downloaded from official websites - Elm and `elm-test` installed via `yarn` (from PowerShell or cmd.exe)...

Just a minor input from bystander, adding to @tomekowal's suggestion. OCaml's current mainstream VSCode extension ([vscode-ocaml-platform](https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform)) actually takes exactly that approach. Its installation instruction states: > 1. Install this extension...

Fix confirmed with `--elmtest=elm-test` option (assuming you have `elm-test` in your `PATH`). Also, `[email protected]` is officially released now. BTW thanks for this tool @stoeffel , I'm using this in my...

I think this is reasonable and sound way of content-negotiation. We should definitely achieve this symmetry. While I was updating my `elm-http-xml` package (https://github.com/ymtszw/elm-http-xml) to support `elm/[email protected]`, I've found `Http.Request`...