Torbjörn Rathsman
Torbjörn Rathsman
I am looking for something like this: 
Now that I have found the loaded file I can change it manually. Maybe there could be some option for setting the file. Anyway: color 2 0 0 0 0...
It would be better to have it on note level since it may happen that a drumkit is only partially compliant. For example, I have a TR-909 kit, which can...
I agree that this is a good idea.
Also the `\,` command escaping backslash. This command is used to introduce some extra space. The workaround is to write it as `\\,`. ```tex \int f(x)\,x\mathrm{d} ``` is rendered as...
@mk-pmb I remove the comment mark on each line. Notice that they have not to appear at beginning of line. My sed was the simplest possible, but does not cover...
It appears that adding that feature would break the ABI. Currently, it looks like struct json_error_t{ const char* text; const char* source; int line; int column; int position; }; This...
Push for C++26?
I mean that it should write a more complete documentation page. Currently, it picks up the documentation of the concept itself, but it cannot produce a page which contains documentation...
Apparently, it does not work for you, and yours is somewhat worse * Concepts are no variables * Concepts should not have an "initial value" I want it to be...