Dream Scatter
Dream Scatter
Announcement: I'd like to officially announce that Grassmann.jl software design discussions with me will be handled in private from now on. Of course, everyone is still welcome to publicly open...
I read in a comment on JuliaMath/IrrationalConstants.jl#1 that you have compile time issues with this package, as it is slow. If that is an issue for you, I highly recommend...
There will be another v0.9 release, followed by a 1.0 release of `Grassmann` in the future. In the v0.9 to v1.0 transition is the final opportunity to make internal breaking...
Some internal sound cards only work at 48 khz but I want to have a 44.1 khz JACK session in my editor. Apparently, I can select the `Dummy` driver in...
The parsing of REDUCE for statements is broken with Julia 1.10 and I am not currently planning on figuring out how to fix it: ```julia julia> Expr(:for, :(i = 2:34),...
The given code appears to be a set of regular expressions (regex) defined in the programming language to match certain patterns in strings. Each regex is represented as a string....
ChordCV by Aaron Static is glitching in Cardinal but not in VCV Rack, the module display is glitching and not settling on a value.
In VCV Rack it's possible to right click Treasure VCO and select a different theme, can this theme feature be added to Cardinal?
if you're using sequential integers as keys, you might as well use a Vector with sequential integer indices, as that has faster https://github.com/Eben60/Mendeleev.jl/blob/main/src/data.jl/ionization_data.jl
This seems related to the Tiered Dispatch concept I proposed: https://discourse.julialang.org/t/tiered-dispatch-algebra/45866