adamnemecek
adamnemecek
This might be of limited general use, but what do you think about adding a depth field to the Layout struct. It's orthogonal (literally) to the order field, it indicates...
Im not sure why it shows all the commits, the real changes start with "trimmed whitespace" (including that one)
Interesting stuff! You might be interested in checking out the work presented in the book “The Optimal Implementation of Functional Programming Languages”. They implement a graph rewriting vm based on...
There seems to be an asymmetry i the te::Edit APIs for getting the inputs vs getting the outputs. I can try making a PR, I'm just curious if there's maybe...
I ran into this issue. If you try to recognize a say cmaj like so ```python ch = find_chords_from_notes(["C", "E", "G"]) ``` It works correctly. However, if i reorder the...