Brian DuSell
Brian DuSell
Reproduced. I've seen this before with one other font too. It looks like it only happens when using sfntly to generate eot, whereas converting to woff works fine. There must...
I can take a look at the sfntly code and see if I can't figure out the problem.
Actually both positive and negative examples would be helpful.
Hi -- sorry, I've been busy with other projects and haven't gotten a chance to dig into this yet. TBH I can't make any promises about fixing this in the...
Looks like `woff2_compress` also fails on this font. ``` $ ./vendor/woff2/woff2_compress test-out/upld9c1efb9d.ttf Processing test-out/upld9c1efb9d.ttf => test-out/upld9c1efb9d.woff2 Parsing of the input font failed. Compression failed. ``` Would it be possible to...
I have the font. May I provide it to them for debugging?
Ah, software rot. It sounds like newer versions of javac are dropping support the version of Java that sfntly was written in. What version of Java are you using?
Could you provide some context for where this issue is occurring? What command/part of the tutorial were you running?
That would be a good idea. How about something like: ```python compile_equation('abc,cde->bd') ``` can be written as ```python compile_equation(inputs=[['a', 'b', 'c'], ['c', 'd', 'e']], output=['b', 'd']) ``` or ```python compile_equation(inputs=[[0,...
This is a very interesting idea -- I'm afraid I won't have time to address it for a while (NeurIPS deadline!), but I wanted to leave some comments now. 1....