-
Works
```
const insideDia = 1
const sphereDia = 0.5
const thickness = 0.25
const sketch001 = startSketchOn('XY')
|> startProfileAt([
0.05 + insideDia / 2 + thickness,
0 - 0.0…
-
The README mentioned future work to support resharding (close, merge, split) events. I'm curious if work has been doing towards this goal, or if such work is currently planned. I may also be in a posi…
-
1. Install the app
2. Close it without opening a project file
3. Double-click a KCL file on your computer
4. The automatic routing to the `/file/*` route will not work
This I believe is because …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
kcl /dev/stdin
```
kcl --version
kcl version 0.9.7
```
-
## Bug Report
Sometimes when I run `kcl path/to/my/file.k` it will resolve module imports from files that do not (longer) exist.
### 1. Minimal reproduce step (Required)
I don't know how to r…
-
I am getting RuntimeError: no kernel image is available for execution on this device. below if my config
python- 3.8
mmcv- 1.7.2(wheel file installation) (https://download.openmmlab.com/mmcv/dist/…
-
video attached
but dont create the file/folder by default, instead wait until they input something
otherwise you just have more clicks to delete this file you didnt want
https://github.com/us…
-
Link to [spec](https://gridfinity.xyz/specification/)
-
I am seeing the content of some messages being concatenated and delivered to the listeners of a stream as one message instead of two.
I suspect that the fact that my application is creating more th…
gcobr updated
7 years ago
-
We know that synaptic connections are reinforced if the source cell fires just before target (LTP) and punished if the reverse occurs - target fires before source (LTD).
Currently only the LTP part i…