Harm Boschloo
Harm Boschloo
I also have a continuous high cpu on windows running with vscode. After vscode closes the process remains with high cpu and I have to kill it manually.  edit:...
Be aware that A-frame mutates the Dom and doesn't play well with Elm's vdom. Last time I checked. See also https://github.com/halfzebra/elm-aframe/issues/35
I'm having the same issue. Just as a reference, this is how superagent handles `response` and `responseText` [here](https://github.com/visionmedia/superagent/blob/b4facdeafb3913be4525d44ba58f2c6d75515adc/lib/client.js#L297) and [here](https://github.com/visionmedia/superagent/blob/b4facdeafb3913be4525d44ba58f2c6d75515adc/lib/client.js#L404).
> I increased my virtual memory which made the problem go away. That didn't work when I tried to compile a project with about 50 elm entry points, and VSCode...
I have a project with a travis-ci job for `windows` os. The job includes a `elm-format --validate`, but that currently fails because of the elm files being checkout with CRLF...
For reference: https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation
> > > ``` > running elm make > ✖ Error: Command failed: elm make src/Main.elm --output=generated/index.html at step (/home/travis/build/harmboschloo/graphql-to-elm/tests/gen/test-browser/index.ts:44:23) > 'Error: Command failed: elm make src/Main.elm --output=generated/index.html'undefined > ```...
Was this one finished? I kind of missed it 😅 .
Ah cool, so no need to rush then 😄 I'll see when I've got time to have a proper look. > having a new decoder to work with QueryCompositeNonFragmentOutput |...
Oh, that's an interesting case. I never thought of that. I'll have to play around with it a bit to understand it a bit better.