Matt Gleeson
Results
3
comments of
Matt Gleeson
I spent an afternoon hacking up a proof of concept for STL import using the libassimp library: https://github.com/mattgleeson/solvespace/tree/gui-stl-import Surprisingly to me it does seem to do *something* with very well-formed...
I ran into this same thing. Rails form helpers adds a "utf8=UNICODE_CHECKMARK" parameter to form posts. I was able to hack around this by doing: ``` print(' '.join(output).encode('ascii', 'replace)) ```...
This works for me.