Thomas Poulsen
Thomas Poulsen
I think it would be good to add to the documentation what happens in groupings (metadata is preserved).
Interestingly DataFrames does some rounding: ```julia julia> DataFrame(a=(1/7)u"mm") 1×1 DataFrame Row │ a │ Quantity… ─────┼───────────── 1 │ 0.142857 mm ```
Looks like an interesting feature. I like it being an explicit functionality, as it makes it easier to find in the documentation. I was not able to find examples of...
There is https://github.com/cyberjunky/python-garminconnect which enables download of health data.
This sounds very interesting @johnnychen94 . Did you start up a new repo?
Thank you for looking into this @johnnychen94 . Would it be OK to just change the implementation of `RectanglePoints(p1::CartesianIndex{2}, p2::CartesianIndex{2})` ? Of course all internal uses in ImageDraw.jl, and other...