-
Some questions for @ryanrosello-og when he’s back and after initial electron merge also cc @lf94 for anything I’m missing
1. vscode is electron and opens really fast, electron has great docs on how…
-
Here's some broad stokes of what we'd love to see happen. Break these into as many PRs as you see fit.
- [ ] Fix flakey tests [axiom](https://app.axiom.co/kittycad-xx0p/explorer?qid=s9py4XUBzam-sgt…
-
Given the following:
```python
>>> 234567891 * 1234567891
289589986488187881
```
KCL evaluates to a close, but not identical, number
![image](https://github.com/KittyCAD/modeling-app/asset…
-
If you run the test case [riddle_small.kcl](https://github.com/KittyCAD/modeling-app/blob/main/src/wasm-lib/tests/executor/inputs/riddle_small.kcl) you'll see that it sends modeling commands `SketchMo…
-
see video
https://github.com/user-attachments/assets/0814eb64-9a80-4efd-8c4c-522b16ce5d94
more info here https://kittycadworkspace.slack.com/archives/C04KFV6NKL0/p1722552201055069
-
We want to support having multiple profiles in the one sketch, (outer and inner loop).
The kcl code would be as simple as having more than one `startProfileAt`.
```typescript
const part001 = startS…
-
![Image](https://github.com/user-attachments/assets/1f1a4c04-9a2b-4767-ad83-68f16d8ae75a)
ZMA registers a directory as its "main dir" or something. Then every subdirectory of that "main dir" is consi…
-
All KCL objects (lines, paths, points, corners, solids, etc) should support metadata. This way users can:
- Add notes for other humans (annotations)
- Add structured data for APIs to read (e.g. ph…
-
right now i think this uses shift which is super uninintuive, think about how you select multiple files in finder on all os-es its control (cmd on macos), we should mimic that
or at the very least…
-
Numbers are currently just numbers as far as the user can tell (sort of, see below), which is nice. Internally, they are either integers or floats, and this leaks out a little bit. I think shielding u…