Jakub Hampl
Jakub Hampl
Cool stuff. Are you interested in upstreaming those patches?
I'm not sure this is the right way to handle this. In theory the `map` and `gl` references are no longer valid after `onRemove` (and potentially should be allowed to...
Interesting. Possibly related to #35. Note: Self referential link doesn't make much sense in the geometrical sense here. Remember that this is visualisation stuff - even if you have self-referential...
I understood. I'm just not sure that's something elm-visualization should handle. I think the current behaviour of producing NaN is not too bad and perhaps more obvious than silently ignoring...
Yes, it's not a straightforward decision. My thinking however is that getting back NaN immediately signals that something is wrong and allows the user to correct their code. Silently ignoring...
Interesting question. I feel like I would like to hear a bit more details about what you are doing and what the specific issues you are running into are. Passing...
I guess the idea here is that `currentColor` might be a better default, since the charts would adapt automatically to the colour of surrounding typography. However, this would be a...
@viktor-ferenczi I've attempted to address some of these issues in this commit https://github.com/gampleman/elm-visualization/commit/c69ce3e8886d48849e499c7e666a7a00161dce7a. Basically the short answer is that you will always need some additional dependencies to be productive, but...
Probably it would make sense to make this customisable. For some use cases scrolling to zoom is kind of what you want (i.e. maps), others not so much. Alternatively we...
This is unfortunately an issue with Elm as the numbers still allow NaN values in them. (I suppose that would be difficult to avoid while relying on native numbers). Chances...