Aaron Kriegman

Results 18 issues of Aaron Kriegman

It would be cool if we could include color formatting in the status line. In particular, I want to make the `$(modified)` status line piece a brighter color than the...

**Version** 0.3.2 **Platform** Linux sufjan 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux **Description** Thanks to the `wrap_fn` function, warp users are able to create...

bug

I made a minimal Valora project by adding `valora = "0.2.12"` to the dependencies in a new cargo project, and copying the program from the valora guide into `main.rs`. When...

First off, thank you for this awesome crate, this is just what I was looking for :) I'm finding myself needing to implement my own comparator. I have a use...

Minimal working example: ```julia julia> using Symbolics julia> @variables z 1-element Vector{Num}: z julia> substitute(im*z, z => im) ERROR: InexactError: Real(im) ``` When I would have expected the result to...

Recently I found myself trying to find the eigenvalues of 1 million 3x3 rotations, and I was very frustrated by how slow it was going, so I turned to StaticArrays....

I either found a mistake in the code or there's something I don't understand here: ``` static float grad(int32_t hash, float x, float y) { const int32_t h = hash...

bug