Harm Boschloo

Results 12 issues of Harm Boschloo

## Expected Behavior When the exposed values of a module change outside of VSCode then the autocomplete should show the new values and there should not be an error shown...

## Expected Behavior When I have a module `A` with `import B`. And I Copy/Paste module `B` and then rename the copied module I would expect that the other modules...

## Expected Behavior When copy/pasting a module the first line of the file should be unchanged or the module name should be updated to the new name of the file...

## Expected Behavior When I start vscode in an empty folder and then create an Elm project I should be able to start the Elm Language Server. ## Current Behavior...

Set up: A checkbox element with `onCheck`, and a parent element with `onClick` and `stopPropagation`. Expected behaviour: When you click/change the checkbox the `Checked` message contains the new checked value....

I'm trying to upgrade elm-webpack-loader from 6.0.1 to 7.0.1. But during compilation I get a bunch of lines like this (sorry it's in Dutch): > elm.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed:...

In `Quantity.elm` there are a number of links to `#multiplication-and-division`, but that tag doesn't exist. > `Note that there are [other forms of multiplication](/#multiplication-and-division)!`

This was removed in d4ec59a9cb2ed153d7752eba06b11c88ea9095b7 Default behavior is retained. So if maxInstances is not set then there is no limit. Closes #192

I've been trying out elm-watch and it has been working great so far. I did encounter a curious problem. We have 99 target inputs and when running hot mode I...