Thomas Poulsen

Results 23 comments of 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...

@sergstesh , PortAudio [depends](https://github.com/JuliaAudio/PortAudio.jl/issues/126) on alsa_plugins, which [needs updating](https://github.com/JuliaPackaging/Yggdrasil/issues/8714). I'm trying to fix it: https://github.com/JuliaPackaging/Yggdrasil/pull/8863, but there is still something preventing it from building. Help will be appreciated.

It works for me now after the merge of https://github.com/JuliaPackaging/Yggdrasil/pull/9105. Thank you very much @ViralBShah

This works for me on Ubuntu 24.04 with a fresh julia 1.10.5 in an empty project (picking "pulse" as device): ``` using Pkg; Pkg.add("Sound") using Sound S = 8192 x...

* ArbNumerics.jl: https://discourse.julialang.org/t/arbnumerics-jl-library-update/128591 * Arblib: https://discourse.julialang.org/t/ann-arblib-jl/106160 * Neno (same as above) * MutableArithmetics (same thread) * MultiFloats (same thread) * IntervalArithmetic https://discourse.julialang.org/t/arbnumerics-jl-library-update/128591/3 * LogarithmicNumbers: https://discourse.julialang.org/t/ann-logarithmicnumbers-jl-v1-0-0/78305