Mason Protter

Results 136 issues of Mason Protter
trafficstars

It might be nice to support general, non-diagonal metrics at some point.

enhancement

I do a lot of work on a remote machine that has very hefty startup costs, and there's at least two different client machines I find myself accessing the remote...

enhancement

I think one of the nicest things about this package is that it naturally gives access to the comptime and runtime versions without the user needing to repeat themselves. Therefore,...

Hello, so I've been having some trouble with `emacs-jupyter` whenever `magit` is loaded. I finally managed to narrow it down to the `git-commit` package which is required by `magit`. When...

All of my commonly used julia latex completions work in the jupyter repl and org `jupyter-julia` blocks except the `\bb___` family, i.e. `\bbone` (𝟙). This does work for me in...

help wanted

Your currently just have ```julia aos_to_soa(x) = x ``` I feel like it might be worth it to just add a dependancy on [StructArrays.jl](https://github.com/JuliaArrays/StructArrays.jl), which imo should really be a...

Continued from https://github.com/JuliaLang/julia/issues/36590. Currently, string and cmd macros are often used for syntax extensions. While the contents of a string macro might sometimes be code or sometimes a special form...

Currently the observables are `:conf`, `:Greens` and `:BosonEnergy`. We should document what these are and what the actual data they contain means. In particular, I'm not sure how to interpret...

docs

I have a function if I have a function `f(x)` which is the integral another function (using QuadGK) and `x` is the upper limit of integration. If I want to...

It's be good if MLStyle.jl could support slurping tuples like it does with arrays: ```julia julia> using MLStyle julia> @match [1, 2, 3, 4] [a, b..., c] => (a, b,...

enhancement
feature