Magnus Rundberget

Results 37 issues of Magnus Rundberget

I can see that you might not want to bloat your lib, but maybe it would be nice to have a Layout module Things that springs to mind that you...

Some of the functions might not be evident just by looking at the type signature and a one-liner. One particular example that tripped me up was SliceShow.Content.container (kept confusing when...

Depending on what your target audience is, this may or may not be relevant. If you'd want you lib to be more beginner friendly I think it might be worth...

Hi ! I'm about to add initial support for elm-test in my [elm-light](http://github.com/rundis/elm-light) plugin. I'll most likely add support for running tests through [node-elm-test](https://github.com/rtfeldman/node-elm-test). Anyways it would be great if...

It would be neat if uninstalling a plugin did more cleanup runtime than it currently does. - Remove commands from command-bar - Cleanup references in .behaviors files - Cleanup references...

enhancement

`elm-package diff` is quite cool, from a tooling perspective it would be really handy to have the option of returning the diff in json format (for consistency with elm make...

request

I'm excited about this project ! I was wondering if it would be possible to also support formatting of a block of text. Why would you need that you might...

discussion
feature for build tool authors
0.9

Currently the Grid module exposes a large amount of functions (colXsOne, colXsTwo etc) for creating a column width option. It would be possible to reduce tat, and still provide a...

help wanted