Paul Korzhyk

Results 14 issues of Paul Korzhyk

Previous branch fell behind and I messed up merging, it was easier to re-create. This change makes use of more standard math.div inside SCSS files. My primary use case is...

When I started the project in 2004(ish) I didn't know much about coding styles. Decision I regret the most is using tabs (because it's 2014 and nobody else seems to...

Hi David, This is the setup.py I've talked to you earlier today. Please insert your email address in it (or drop that line completely). Let me know what you think....

- Rename mysql migrations - Add Postgresql migrations **- Summary** **- Test plan** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**

## Steps to Reproduce the Problem Paste below code into `openjscad.xyz` (two triangles are rotateExtruded, but in the first case the vertices are counterclockwise). You'll see rendering artifacts on the...

enhancement
documentation
V2

## Steps to reproduce: ``` const offset = (delta, c) => expansions.offset({ delta, corners: 'round', segments: 16 }, c) export function main() { return [ offset(-1, offset(1, primitives.square(4))), transforms.translate( [0,...

BUG
V2

Basically if a twist angle is large enough it breaks `booleans.intersect`. Demo: https://scriptcad.com/paulftw/playground ``` import { booleans, extrusions, geometries, maths, primitives, transforms, } from '@jscad/modeling' export const main = ()...

V2

See https://github.com/PerMalmberg/Smooth/issues/171

I have a **ESP32-C3** module. After setting this chip as a target: > idf.py set-target esp32c3 I'm running into a **compilation error**: ``` /Users/paul/smoothoperator/externals/smooth/lib/smooth/core/filesystem/MMCSDCard.cpp: In member function 'virtual bool smooth::core::filesystem::MMCSDCard::init(const...

`intersectBlueprints` throws `Cannot read properties of undefined (reading 'length')`. Input blueprints seem sane to me. [online demo](https://scriptcad.com/paulftw/replicad-intersectBlueprints-issue58) ``` import { BlueprintSketcher, fuse2D, intersectBlueprints } from 'replicad' const triangles = [...