MartinSStewart

Results 75 comments of MartinSStewart

This issue also occurs on Chrome and Firefox when running MacOS Catalina.

I have a similar problem where I'd like to both return a command and modify the model. Thanks for the `Task.succeed` idea @simonh1000 I'll probably go with that as a...

I guess there might be use cases where the mass can change. Perhaps a "ground pound" move in a physics based fighting game would involve increasing the mass of a...

I ran into an issue where I installed a git-dependency but my app failed to compile due to missing all the dependencies for that package. At first I thought this...

What about using [elm-json](https://www.npmjs.com/package/elm-json#example-installing-the-latest-available-2xx-version-of-a-package) instead?

I can take a look later today and see if it's something I can puzzle out.

Sorry, I won't have time to do this either. Maybe someone else can implement this or maybe I'll give it a shot at a later date.

That's not necessarily true? You could change the msg used with `Time.every` to be based on what the next step should be?

Yes, I have `"elm-test": "^0.19.0-rev3"` installed in my npm packages. Edit: I also tested upgrading it to rev4. Still don't get any error message in the editor.

I tried adding a path to elm-tests but still no luck. One thing I've noticed is that, after saving, the busy spinner shows the following indefinitely ![image](https://user-images.githubusercontent.com/5068391/51861742-4179f680-233d-11e9-97d3-00e85ad801eb.png)