Wolfgang Schuster

Results 29 comments of Wolfgang Schuster

I haven't been using elm for very long, but I very much appreciate it's verbosity. I think both newcomers to elm and seasoned devs would benefit more from the code...

I came back to this after stepping away for an hour today. I was at over 68GB of swap used as well.

I think this has change yet again. The current correct fix is: https://ellie-app.com/cHB3fRSKVRha1 - Missing `strikethrough` - Incorrect `tableCell`

I'd love to expand this to tuples as well so that we don't need an additional `case .. of` or `let .. in`.

Are you using webpack 2? If so this should be resolved by #23.

Taking a look and I'm having trouble replicating this issue. I'll keep an eye out though and update if I find anything.

I'm for **not** changing the structure or naming convention. Having separate modules make it very easy to find documentation. As far as how many characters you have to type, that...

I'm not certain how much responsibility an http request package should have with validating values, but I'm kinda curious how far this can be taken and still have it be...

Looks like I need to implement https://package.elm-lang.org/packages/elm/http/latest/Http#multipartBody for `Content-Type: multipart/form-data`.