Simon Herteby

Results 19 issues of Simon Herteby

For a long time I thought this was impossible to do without writing `toString/fromString` functions for your custom types, but I just realized that you can make it work by...

enhancement
good first issue

Apparantly JetBrains generate the graphics for their splash screens using Elm! Should this count? Maybe it's a bit of a toy app to really count, and it seems like they...

@rtfeldman made this slide with notable companies using Elm for one of his talks. Several of them are not on this list. I wonder what their exact status regarding Elm...

It would be nice if tuples and parenthesis were marked as different things for the syntax highlighting, so that you don't have to look for a comma to know wether...

feature
good first issue

This only started happening recently, but I'm not sure when exactly. Editing the template works, but whenever I edit the script of a component I get this error: ``` modules.js?hash=5e21fc2d48c44ed7f3042da914a4ca8f6f6982a6:1813...

Wouldn't it be possible to pass the same function to Vue's $watch and Tracker.autorun? Then you could get rid of the slightly awkward split. So you can have one function...

question

In [Vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight) directives get full javascript syntax highlighting, which I think is much nicer than this one, where they are just shown as strings. Or maybe it'd be better to...

I tried setting it to true, and everything still updates as it should. But since it's not the default, I assume it must cause problems in some cases?

question

When scrolling, instead of updating on every scroll event/animationFrame, you could save a lot of rerenders by only doing it when it actually changes the skipCount. You can even add...

Do you have any suggestion for what the neatest way of implementing infinite scroll for reactive-table might be? What if I simply set rowsPerPage to a reactive var that I...