-
![image](https://github.com/user-attachments/assets/ea65489d-687c-4bd7-8bb7-5e4020f5c188)
i also can't seem to find out how to update from within the modeling app
-
See video:
https://github.com/user-attachments/assets/3a28560b-fee8-4451-8ced-4b3cb6951913
Because I zoom to fit sketches, this actually broke a ton of tests when combined with my changes.
-
We need a simple move() function to move our objects around in 3D space, such as lines, arcs, entire sketches and finally 3D objects.
-
so a few examples of how this should work:
## moving lines
The user has the following code:
```
const myNumber = 20
const part001 = startSketchAt([0, -10])
|> line([0, myNumber], %)
|…
-
Third-party cookies are used in the KCMA login flow, which will break when google finishes its project to [block Third-Party Cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-c…
-
Almost certainly related to #2654 basically un some conditions a lot of errors come through and so I think this is a bit of a two-parter
![image](https://github.com/KittyCAD/modeling-app/assets/296…
-
Selections for the longest time has simply been a source-range with some metadata about what the selection is. this seemed like a neat idea at first but it make sense to use artifacts from our artifac…
-
Hi there!
Firstly, thanks for this library. It's really helped a lot of the Rust web ecosystem.
I've been using `derive(schemars::JsonSchema)` on large enums for a while. By "large" I mean 200 …
-
Being able to add geometry that's not officially part of a profile can be really useful, especially with constraints because it will allow a user to define a circle ahead of time, than have a line seg…
-
# Background
Currently every Rust unit test creates a new kittycad client, starting a new session with the engine.
# Problem
This seems inefficient -- it would add a lot of latency from star…