-
Note: the issue was imported automatically using json2github.py
Original issue: psteckler/ProofGeneral#73
Opened by: @ejgallego
I use alternative keybindings for undo/redo in PG so I can perform the…
-
Currently command processing consists of one giant string containing help information for all the commands and one if-else statement to process them.
I would suggest having a `Command` struct, wi…
-
I can tell that the custom theme being generated from the site is what is crashing Wox, and I notice that it says here on Github
> System.UriFormatException: delete your old theme file
but that…
-
As far as I can tell, when specifying dots on a note, they must be handled in 2 places. Even then, there is an inconsistent result.
The following code produces a StaveNote:
``` javascript
var n = n…
-
🚨Please review the [Troubleshooting](../#troubleshooting) section
before reporting any issue. Don't forget to check also the current issues to
avoid duplicates.
**Subject of the issue**
I was downloa…
-
For making useful qualitative plots for eval-by-eye
-
I'm thinking of talking to the alda server from (multiple, asynchronous) processes that aren't the existing alda client :-)
As such I need to hold a ZMQ conversation, and I'm not quite following what…
-
In some occasions, it's desired to be able to attach to the `keypress` event instead of `keydown`, especially since some special character combinations are not consistent across devices.
I guess the …
-
[d3/d3.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/d3/d3.d.ts) /cc @gustavderdrache @borisyankov
d3.js got a major overhaul. Its API has improved considerably. See [d3 v4 ch…
-
```
This will be a long term enhancement, as several other things need to be
completed first for EOF to support first (6 lane track, different notes
starting at the same position with different leng…