jisaacstone
jisaacstone
I did a rebase of this onto the master branch. There was a conflict in `lalr_parser.py` that I'm not sure I resolved correctly. https://github.com/jisaacstone/lark/blob/end_symbol/tests/test_parser.py#L1650-L1660 I but all the tests seem...
I've done a bit more digging 2 things that may or may not be relevant 1st: above test fails with the same error on the original branch (before rebase) 2nd:...
OK Looks like my original thought was correct and this section of code i did not resolve the conflicts correctly https://github.com/jisaacstone/lark/blob/end_symbol/tests/test_parser.py#L1650-L1660 Should ought to have gone back to that when...
Looks like couldn't find the `github-linguist` package. Updated the Gemspec to look for v7.2, see if that works
nah yeah that did not work. Sorry I don't actually know ruby at all so I'm not sure exactly what is going on, looks like there is a ~> 6.0...
I also have this problem Here are some details: I am using the Zyn-Fusion VST and AU plugins with Ardour (5.12.2) Using OSX 10.14.6 (18G95) * Drop down menus always...
hey @omega16. This was my first vim syntax file, so not very feature complete. I have another one here https://github.com/sfztools/sfz.vim that is more robust, including folding and simple dictionary completion....
the above test passes with the latest version, but there are some failures. Will take a deeper look later, but for now - `lokey` and `hikey` should accept note names...
OK so there was a problem with the pickle file being cached. I added the `--no-pickle` option to force that from the command line. Should also be cleaned up when...