Jakub Hampl

Results 133 comments of Jakub Hampl

The problem here is that you are using the `monotoneInXCurve` curve generator. It states in the docs "assuming monotonicity in x" which is not the most clear. What it means...

Did you get this issue when running the example in isolation (aka outside the examples website?) This is a problem with responsive SVG scaling. I've been working on solutions but...

We'll merge #86 soon-ish. I'd like to keep some of the complexity out if possible. I suspect that the simplest solution for this would be just to set the SVG...

Another great use case are [rolling averages](https://observablehq.com/@harrislapiroff/time-series-data-smoothing). Although I think a more flexible signature would be: ```elm windows : { leading : Int, trailing : Int } -> (List a...

Well, I agree that it is a significant amount of complexity that is slightly orthogonal to the package as it is. But as a user I think I'd quite like...

Actually I was reading a bit about the Intl api: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat Seems like they solve a decent number of the formatting issues.

Yes of course. What I was also suggesting with my previous comment, was that when Elm does get official Intl bindings, then it might be best to tackle this, as...

Based on the specs it seems to work in the develop branch if also passing the same date with the `:start` option. Which is fine, albeit somewhat unintuitive.

Looks ok, but the `every other seconds` use case doesn't make much sense. Can we not exploit context to disambiguate the ordinal from the unit?

I wonder if minifiers don't already do this transformation?