Mason Protter

Results 152 issues of Mason Protter

When I update to the new changes that julia-emacs made, it seems to have broken the completion of stuff like subscript characters for me. E.g. typing `\_1` and then hitting...

When I follow the instructions on the README to get back to the previous behaviour which seemed to work better for me, I find that if I highlight a region...

Please direct all questions and pull requests to https://github.com/JuliaFolds2/Transducers.jl

I'm a bit confused to see the julia results after my PR (https://github.com/niklas-heer/speed-comparison/pull/144) be so slow relative to the other fast languages. I'm wondering is something went wrong with the...

I have a suspicion that the `FROM julia:1.12` is the culprit behind https://github.com/niklas-heer/speed-comparison/issues/146. I suspect that for whatever reason that julia installation doesn't vectorize properly on the machine that's benchmarking....

This is an attempt to make VectorContinuousCallback support multiple events that trigger simultaneously as discussed [on Slack](https://julialang.slack.com/archives/C7T968HRU/p1764697768697539). # What Works Basic demo: ```julia using OrdinaryDiffEqTsit5, Plots function f!(du, u, p,...

So it makes sense that by default, Accessors.jl should be going through ConstructionBase and work in terms of properties, but I think there are times where it might make sense...

Noticed this in an upstream CI run https://github.com/JuliaTesting/ReferenceTests.jl/actions/runs/19192807846/job/54869573255: ```julia Test Failed at /home/runner/work/ReferenceTests.jl/ReferenceTests.jl/test/runtests.jl:26 Expression: isempty(ambs) Evaluated: isempty(Tuple{Method, Method}[(setindex!(A::Base.ReinterpretArray{var"#s4", N, var"#s3", P, true} where {var"#s4"

Here's an MWE where there's a 100x performance drop due to hitting the generic `dot` fallback when taking the inner product of a sparse array with the adjoint of a...

This adds another possible env variable `JULIA_REFERENCETESTS_UPDATE_AND_ERROR` that acts like `JULIA_REFERENCETESTS_UPDATE` except it will still emit an error when it updates the file. I want this for a CI workflow...