Eric Hanson

Results 167 comments of Eric Hanson

`join=true` helps a lot with this, at least from experience with AWSS3 (ref #110)

this looks good to me, with pretty thorough and clear tests; is there anything holding it up?

> If packages like CUDA.jl or StaticArrays.jl or NamesDims.jl need to overload something to handle their type, does the PR provide appropriate hooks for doing so? They can't just add...

> If we make them all errors now, we can in principle upgrade `similar` & restore empty cases, later? This path sounds good to me. `reduce` didn’t support `init` until...

Awesome! Going back to the [3 outstanding questions](https://github.com/JuliaLang/julia/pull/43334#issuecomment-1209393336), if we postpone hooks as a nonbreaking future feature, then we're left with > * ["Can a HasLength iterator in fact collect...

> https://github.com/jump-dev/Convex.jl/tree/master/benchmark This may have bitrotted unfortunately; we used the run benchmarks in CI, but I never remembered to look at the results (hidden in the Travis logs, at the...

@jiazhengzhu and I are working on wrapping SDPA-GMP for high precision SDP solving, which would benefit from being able to use `BigFloat`s. We’re currently using an branch of Convex with...

I just ran into this as well. My use-case is I was happy with `axislegend` until my labels got too long and intruded on the plot content. So I wanted...

Oh wait, it does work now! https://github.com/JuliaPlots/Makie.jl/blob/1fe9910ada898cbe4fa4f6f272c00fdfdb911119/src/makielayout/blocks/legend.jl#L521

One idea is to switch the activate system to Preferences.jl. This records the preference in a toml in the project. So it could be something like: * loading a backend...