Justin Walker

Results 6 issues of Justin Walker

I cannot seem to get JuliaFormatter to work in julia-snail. My .dir-locals.el file has the line `((julia-mode . ((julia-snail-extensions . (repl-history formatter))))) ` But running `C-c j f b` on...

bug

Unless I'm misunderstanding, it appears that "h" and "f" have been interchanged in the geometric description of the pushforward (Line 73 of propagators.md, specifically). If so, then that document could...

(If I need to post this over at FiniteDifferences.jl, then let me know.) This is the result from a (intermediate) function call ```julia return FiniteDifferenceMethod(lbound:ubound, diffOrder) ``` where `lbound`, `ubound`,...

The constructor docstring for `SMatrix` indicates that not all parameters are needed if they are inferrable from the input. In particular, `L` is inferrable from `S1` and `S2`. ```julia help?>...

When adding `julia-snail-mode` to the `julia-mode` hook, different forms of the use-package syntax that should have "equivalent" behavior are in fact different. (https://www.gnu.org/software/emacs/manual/html_mono/use-package.html#Hooks) This first form does what I would...

Enzyme fails when using a custom type that is based on `SMatrix` and `abstract type` labels. The error is discussed [here](https://discourse.julialang.org/t/replacing-static-arrays-for-use-with-enzyme-jl/109278), where @wsmoses suggested that it is "not-yet-implemented" with a...