Andrew Yoon

Results 36 comments of Andrew Yoon

any chance on getting this merged soon? as of June 15, 2021, the travis-ci.org site is essentially dead, so the existing Travis badge feature can't even work for holdouts.

This is not currently supported. There needs to be a way to signal the interpreter to load the arg data into the initial program tape. I don't see a way...

Please feel free to make a pull request on this; we may need to do some discussion on implementation since this will have to be a breaking change and the...

This wouldn't be consistent with the way large numbers are handled in multi-byte argument values, where large cells are combined as big endian values. To be consistent with that, the...

I just ran into this issue myself as well, and the workaround worked for me too. To a sphinx newbie like me it is not clear at all what the...

Was it expected that bpo 40296 would resolve this issue? I'm on Python 3.10.4, [which I believe should include the fix](https://docs.python.org/3/whatsnew/changelog.html#id3), and I still get an error like this. ```...

See `OctaveLine` for a spanner which is represented by a child `Path` and `MusicText`, and `TabNumber` for a class which converts an input value character-wise to SMuFL glyphs.

music fonts can be registered with [`neoscore.register_music_font`](https://neoscore.org/api/neoscore.core.neoscore.html#neoscore.core.neoscore.register_music_font)

I don't think so, unless we want to bundle the new font in the repo. I'm open to it, but only if user demand is enough to warrant increasing the...

I think the basic process would be something like.. - Download one or two [SMuFL-compliant fonts](http://www.smufl.org/fonts/) (maybe Sebastian and Petaluma would be good?) - Try modifying some of the provided...