Tomas

Results 74 comments of Tomas

Running picosvg on https://github.com/googlefonts/noto-emoji/blob/master/svg/emoji_u1f54d.svg throws: ``` emoji_u1f54d.svg Traceback (most recent call last): File "sheet.py", line 20, in psvg = svg.topicosvg() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/picosvg/svg.py", line 945, in topicosvg svg.topicosvg(inplace=True) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/picosvg/svg.py", line...

> > Released 3.3.3 > > Excelent! Thanks. What about the `prettier-vscode` extension? you can make prettier-vscode use a different prettier version by `npm i -g prettier`

@sosukesuzuki I think the tests missed a case: ``` @let foo = 'hello'; {{ foo }} ``` In v3.3.3 is still getting reformatted to: ``` @let foo = 'hello'; {{...