Paul Korzhyk

Results 29 comments of Paul Korzhyk

I've just (Jan 4th, 2022) tried registering a username with a trailing dash and got this message: `Username may only contain alphanumeric characters or single hyphens, and cannot begin or...

I followed those instructions and it works fine in my project, but I'm not using typescript. Have you tried disabling the typescript checks? if it still doesn't work you may...

Artifacts are visually similar to #907 but that one doesn't seem to use `offset`

Random idea: negative offset of a N vertices polygon is boolean difference of the polygon and N rectangles, where rectangle `i` is parallel to the edge `i`, has its length...

A mention in the docs would be nice. An optional flag (which most people will just switch to true) or at least a utility function to detect directionality would be...

This issue was opened in 2014, had some commits but no recent activity for past 2 years. And it's not a bug. I suggest we close it as stale.

This seems to me like a problem with intersect, not with extrusion. Upon visual inspection the extrusion looks alright - no holes, no CW polygons, not self intersecting, etc. So...

I'm not sure if this PR is abandoned or not, but I'd suggest using comlink. It would make code simpler and easier to review.

Cutting 3d shapes is performed by calling OCCT methods, 2d boolean ops are implemented in JS (based on my limited experience with replicad codebase and bug reports). So cutting after...