Eric Hanson

Results 405 comments of Eric Hanson

Do you happen to know how they are implemented? I ask for two reasons: (1) it would help anyone who would be up for implementing them in Convex, and (2)...

The fix from #305 was included in Arrow.jl v2.3+. I'll close this issue then, unless folks think there is more that should be done in this case.

+1 for this! As a very hacky workaround, I am doing ```julia # piracy function PrettyTables._latex_alignment(s::Symbol) if (s == :l) || (s == :L) return "l" elseif (s == :c)...

Currently, Registrator.jl passes information to RegistryCI.jl via the PR text. For example, [here](https://github.com/JuliaRegistries/RegistryCI.jl/blob/ce98bd523087290a5887e88641ae5a376f68a1bf/src/AutoMerge/pull_requests.jl#L57-L63) is where it parses the PR body to find the commit that is being registered. So one...

I think the CI failures are unrelated (since I wouldn't expect the import is needed on some Julia versions and not others), though I don't really understand the failures so...

btw Convex.jl also works this way, where `==` returns a constraint object, and has since ~2014 or so when the package was first developed. I don't have a strong opinion...

> Have CI fail if examples don't run I believe that works correctly now

closing in favor of https://github.com/jump-dev/Convex.jl/pull/504