-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sh
kcl mod init
kcl mod add k8s
```
In the `main.k`:
```
im…
-
if you watch the playwright test `if you write invalid kcl you get inlined errors` in headed mode, it seems to run far slower than it should.
The errors that it's showing are parsing errors, which …
-
### Description
The linter is thinking that vars like `grillHoleCD` are mistakes in formatting. Is this intentional? If I do `armHoleID` for the inner diameter of something, is that bad? I feel like …
-
Tests should have caught https://github.com/comtrya/comtrya/pull/434 over 2 years ago.
On a side note, if comtrya has an excellent test suite, a lot more devs may see this as a viable alternative t…
yonas updated
2 months ago
-
Hi guys, I am trying to port non-Manhattan layouts to gf 8.6.1 but I am getting some issues with `ComponentAllAngle`.
**1 - No layout attribute**
The following piece of code generates `AttributeEr…
-
### Paste minimal KCL source that produces a cryptic error
```javascript
fn test = (origin) => {
origin
}
test([0, 0])
```
### Expected Behavior
The error in this case (no defined return) o…
-
-
## Bug Report
### 1. Minimal reproduce step (Required)
See https://github.com/kcl-lang/lib/tree/v0.9.0/lib
### 2. What did you expect to see? (Required)
Expected bumd kcl lib to v0.9.0 com…
-
See here for details https://github.com/KittyCAD/engine/issues/2374
-
MVP can be just the same as extrude, where we automatically pick the "X" axis for you (we can merge this but hide the button etc unless in dev mode)
We're going to be modeling this off of extrude s…