Ryan Bugden

Results 34 issues of Ryan Bugden

I encountered an issue with ufoOperator when I started using a virtual environment and installed the package via pip. Previously, the script ran without problems outside the venv. It appears...

It looks like the output filename for a variable font uses the interpolable operator name instead of the VariableFontDescriptor’s `filename` attribute. https://github.com/typemytype/batchRoboFontExtension/blob/be2fd5178a5019aa4fc0c5dd1f6b456338dc5135/source/lib/batchGenerators/variableFontsGenerator/__init__.py#L497-L502

``` ******************** Installing 'Batch' report: Traceback (most recent call last): File "main.py", line 7, in File "/Users/Ryan/Library/Application Support/RoboFont/plugins/Batch.roboFontExt/lib/batchCompileTools.py", line 1, in ImportError: cannot import name 'DummyProgress' from 'batchGenerators.batchTools' (/Users/Ryan/Library/Application Support/RoboFont/plugins/Batch.roboFontExt/lib/batchGenerators/batchTools.py)...

It would be helpful to have a hard reproducible value next to Adjust Free, in case it needs to be used later.

When I type a string and convert it into a formatted string after the fact, there is buggy coloring behavior: ![Image](https://github.com/user-attachments/assets/4b11394f-b7a7-492b-9068-9f06dc30e9e8) Sometimes, a string can over-color all following code, such...

Hi! Would it be possible/straightforward to reorganize this tool such that it's not an EditingTool but instead a mode in Glyph Editor that may be active while any EditingTool is...

I have just made a [proposal for an official lib key](https://github.com/unified-font-object/ufo-spec/issues/239) in the UFO spec that would point a UFO to all designspaces it’s associated with. If this is standardized,...

Can we make extrapolation possible in the Preview panel? I think this can be helpful in the design process as a preview before adding an instance. This is invalid in...

What is "Force Refresh Source UFOs" or "Refresh" meant to do? As a user, I expect it to look at the "source of source truth", the file paths, and pretty...

While typing in the variable font editor, the cursor snaps to the end of the text after typing on character. There must be some sort of continuous callback being fired.