Benny Lichtner
Benny Lichtner
Hot dawg! Awesome!
Aha. Using master, I get a different error. This time it's Type 5 format 1: ``` Uncaught (in promise) Error: lookupType: 5 - substFormat: 1 is not yet supported at...
If I wanted to work on adding support for this, how would I start? Can you outline the path?
Thank you! I've been poking around today on a long train ride. Keeping track here of what I've learned so far. The substitution spec is here: https://learn.microsoft.com/en-us/typography/opentype/spec/gsub I need to...
Might be a python version issue? I'm using python 2.7, so I had to edit this line in `Packages/Github Tools/github.py`: https://github.com/temochka/sublime-text-2-github-tools/blob/master/github.py#L2 `import urllib.parse as urllib` -> `import urllib`
You can check for a more specific error with ``` ctrl + ` ``` to open the sublime console. Then scroll up until you see an error involving github tools.
@CeoFred does your video tag have an `autoplay` attribute? And are you seeing the same behavior in firefox and chrome?