Georg Seifert

Results 62 issues of Georg Seifert

https://github.com/jpt/font-scripts/blob/bf6ab84cda83433860719f37ea50785b7d2f1593/Glyphs/Export%20Designspace.py#L90 I would not rely on the ufo export but export the .ufos myself from within the script. And have you tried [glyphslib](http://github.com/googlefonts/glyphsLib)? That can write a designspace file from...

If I do something like this: ``` GSHint = objc.lookUpClass("GSHint") GSHint.isCorner = property(lambda self: self.pyobjc_instanceMethods.isCorner()) ``` it throws this: ``` AttributeError: Cannot replace selector 'isCorner' in 'GSHint' by non-selector ```...

bug

I do use this method in my code like this to extract the text of the traceback: ``` - (BOOL)reportPythonException:(NSException *)exception { NSDictionary *userInfo = [exception userInfo]; PyObject *traceback =...

I just saw this waring: ``` This function will be removed in PyObjC 9, switch to the modern metadata system ``` All I can find about that is this: >...

My objc app can load plugins and define class that inherit from NSObject. On them I call methods from the objc side. They can be called a lot. I get...

enhancement

As you can see in the attached screenshot, the umlauts (Ä, Ü) are rendered with a fallback font. I quickly added the accents for (most) western European languages. I can...

I have still some instance variables in the headers in some classes. That should not show up in the doc.

enhancement

When a `@name` keyword is in a single line comment like this: `/** @name Info */`, the closing `*/` is included in the documentation.

bug
sourcekitten

Is there a way to access private repos (e.g. clone them). How do I supply username and password.