Dave Yarwood
Dave Yarwood
Hey, so this is out of the blue, but I'm going to be in Vancouver from July 8-15, and while I'm there, I thought it would be fun to meet...
Just a minor typo fix.
Closes #9.
https://github.com/zedshaw/liblcthw/blob/master/tests/list_algos_tests.c#L54 Here we are calling `List_create`, a function that until now has taken no args, on `words`, which is the list of words that we just destroyed. Should this line...
Self-explanatory :)
It took me a while to figure out how to install and use `sxhkd`. After skimming through the issues and finding #24, I saw comments from @baskerville explaining what dependencies...
I have no idea how Syntastic works, but I imagine we could do something like run `alda parse` on the current buffer to see if there are any parse errors....
Currently very basic, not all the things are implemented. TODO: - [x] voices - [x] markers - [ ] cram brackets (just highlight the curly braces) - [ ] event...
e.g. of stock instruments, alda.lisp vars. Ideally the completions could be obtained from the Alda server, so they're accurate/up-to-date.
e.g. if your cursor is here (at the underscore): ``` piano:_ ``` and you press enter, the cursor should be indented on the next line: ``` piano: _ ```