Aaron Matthis

Results 63 issues of Aaron Matthis

Edit 3: Still sold on the original simple idea with optional extensions, as in the previous edits, or combined with https://github.com/JuliaLang/julia/pull/53946. Previous edits highlight and explore different ideas to stretch...

parser

It would be really cool if the DataInspector would also show the Threshold value (used as input to the color argument) at that specific point and if it would show...

Over time this proposal evolved a bit further. There you find the current state: https://github.com/JuliaPlots/Makie.jl/issues/1731#issuecomment-1199785866 ----------------- Outdated # Proposal: Introduce an AxisSpace type # First draft (=everything in this issue...

Given that Conda supports several architectures by switching to miniforge, I suggest to remove the architecture check in https://github.com/JuliaPy/PyCall.jl/blob/5d227fc23fda631783a68c9ff1c6aff47200978e/deps/build.jl#L67 Currently it's that line that prevents PyCall to build even though...

when creating an artifact with julia 1.3 the BinaryBuilder pipeline drops everything in the right place such that I could depend on the newly created jll even for pre 1.3...

If possible it would be nice if Base.Iterators-functions were imported automatically for cleaner code. Since lines like `collect(Iterators.flatten(chain(1:9,reverse(11:20),10)` would look cleaner if it was just `flatten` rather than `Iterators.flatten`. When...

Maybe we could begin unifying the iterator interface to a lazy only version to get people used to materializing manually where needed. Then we should add some Cache iterator and...

I guess it should be `IteratorSize(::Type{TakeWhile})` there https://github.com/JuliaCollections/IterTools.jl/blob/master/src/IterTools.jl#L910

**Describe the bug** for example sharpness cannot be put on the omni-tool. Neither by direct enchanting nor by anviling enchanted books onto it **Screenshots** If applicable, add screenshots to help...

bug

Given that ProtoBuf.jl is mostly about de/serialization and StructTypes.jl is a kinda idiomatic approach to generic de/serialization I was wondering whether it'd make sense to streamline the API/interface. The idea...