Andrew Yoon

Results 26 issues of Andrew Yoon

While building sites I like to keep an eye on the transfer sizes of pages. This helps me keep sizes under control as I develop. However, because `zola serve` doesn't...

enhancement

# Bug Report ## Environment Zola version: 0.41.1 ## Expected Behavior I would expect custom syntaxes defined using the `extra_syntaxes` system would be able to embed built-in syntaxes as Sublime...

When calling the CLI on a file in the current directory, an explicit `./` must be prepended to the file name or else it tries to open a file missing...

The two glyphs `wiggleVibratoMediumSlower` and `wiggleVibratoLargestSlower` seem to be missing from Bravura 1.392. [They're listed on the SMuFL site as of 1.40](https://w3c.github.io/smufl/latest/tables/multi-segment-lines.html) but I don't know when they were added....

It's currently pretty awkward to work out the document-space position of a mouse event. We should support this out of the box.

In theory we should support any SMuFL-compliant music font, but we've only ever worked with and tested against Bravura. We should try out some other fonts and see what breaks.

enhancement
help wanted

Beam lengths look good in the `examples/beams.py` example, but it seems the [beams doc page examples](https://neoscore.org/western/beams.html) run into a case where the beams are too long. ```python staff = Staff(ORIGIN,...

bug
help wanted

We already support ties via the `Slur` class, but users do need to be careful to make sure that this tie stays horizontal. We can make this easier for users...

enhancement
help wanted

This is a tracking issue for support gaps relating to object rotation. Most of this is likely out of scope for the current release plan, but they are outlined here...

tracking

If the string given to a `Text` starts or ends in whitespace, it is clipped on the opposite side by the whitespace width. This is a funny consequence of the...