Graham Toal
Graham Toal
Vito, from reading your description, I understand that the way you reduced the RAM requirement was to split the image into tiles, to then process each tile separately and sequentially....
I was doing some programming that involved storing md5 checksums in a file's xattr, and I noticed that rmlint's storage of a checksum includes a 0 byte, which causes the...
Not an issue to report, just saying hello! I recently wrote something similar and unfortunately didn't know about your work until too late. Since you shared your code I though...
The description of csg format in https://github.com/openscad/openscad/wiki/CSG-File-Format doesn't mention the format of comments at all. I'm guessing that C style '/* ... */' and '//' comments are allowed, but it...