Andrew Hankinson

Results 58 issues of Andrew Hankinson

After installing algo following the directions and saving the PKI files, running `update-users` will fail because update users looks for the name of the server (vpn.example.com) while the config is...

needs_info

**Describe the problem** Mixed time signatures, e.g., `c3/2` are not supported **To Reproduce** Steps to reproduce the behavior: 1. Visit the PAE Online Editor 2. Enter `c3/2` as the time...

plaine and easie
feature request
waiting for MEI clarification

`@midi.instrnum` says: "Use an integer for a 0-based value. An integer preceded by "in" indicates a 1-based value." https://github.com/music-encoding/music-encoding/blob/develop/source/modules/MEI.midi.xml#L104-L105 However, `data.MIDIVALUE` itself says: "Generic MIDI value. One-based values must be...

I can find no way to position and size text boxes in front matter. `` supports `@x` and `@y`, but there may be multiple paragraphs in a box, and boxes...

Component: Guidelines & Documentation
Priority: Medium
Type: Feature Request
Status: Needs Patch
Status: Needs Discussion

_From [[email protected]](https://code.google.com/u/103686026181985548448/) on September 03, 2013 11:41:33_ The `` element must have an attribute that indicates which staff/staves it crosses. This is particularly important for barlines that affect a sub-set...

Priority: Medium
Type: Feature Request
Status: Needs Discussion

This is similar to #22 but I thought I would add more details since this was actually causing problems with rendering. Summary: Use of `xlink:href` in SVG output causes rendering...

This PR refactors the font generation process. Several Python scripts are combined into a new utility, `generate.py` which currently handles the following tasks: - generates the `smufl.h` file containing the...

enhancement

When requesting an image using the `full` parameter, with `max_size` set, you get a 403 Forbidden response, as documented in #537 . The workaround suggested is that you use `max`...

If you pass a blank node name to the `Svg.node` method it will compile, but will crash the browser. ``` import Svg Svg.node "" [] [] ``` Results in: ```...

Formatting and linking for digital surrogates is currently inconsistent. Some links include the 'note' field, while others don't, e.g., ``` ``` and ``` ``` A minor style issue, but probably...