Max Rothman
Max Rothman
Frequently when scanning through the MEI guidelines, I'm looking for references to a specific element or attribute. To do this, I use my browser's search tool to search for `
**Is your feature request related to a problem? Please describe.** There are lots of parts of the MEI spec where an attribute value contains references to one or more elements....
Fixes #1518 Previously these symbols were added in css via pseudo-elements, which are not searchable or selectable on the page (see linked issue for details on how this results in...
### Is your feature request related to a problem? Please describe. When trying to understand an MEI file, I often find myself having to follow id references in attributes (e.g....
If you're working on the guidelines and building somewhat frequently, the build sometimes fails with this error: ``` [java] Type error in expression in xsl:variable/@select on line 542 column 129...
When `` was added, no documentation to the guidelines was added to describe it, and portions of the guidelines as well as the docs on `` were not updated to...
Currently, the cookbook.push example only features manually subscribing to the pushmanager in the service worker's devtools. Obviously this is not a real solution for live extensions. Getting the subscription created...
Calva currently has an API for getting access to REPL output messages, but for some use cases it makes more sense to get direct access to the nrepl messages themselves....
When interrupting an evaluation while using JDK 21, I get the following message: ``` ERROR: Cannot stop thread on JDK21+ without -Djdk.attach.allowAttachSelf enabled, see https://nrepl.org/nrepl/installation.html#jvmti. ``` This option should probably...
**Steps to reproduce:** - Run a test that throws an exception using Calva's test-running features (e.g. Run Current Test) - The test fails, and the short form of the exception...