-
## General Question
Hi team, I've posted a question in our kcl slack channel: https://cloud-native.slack.com/archives/C05TC96NWN8/p1729279836481899
File an issue here in case it's a bug.
When d…
-
# Background
Say you're trying to draw a square in KCL. Pretty straightforward.
```
fn square = (length) => {
l = length / 2
p0 = [-l, -l]
p1 = [-l, l]
p2 = [l, l]
p3 = [l, -l]
return st…
-
Looking at RecordProcessor::process_records
I am a newbie with Python and Kinesis. Could you provide a sample with multi-threading for RecordProcessor::process_records
ghost updated
6 years ago
-
# 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…
-
Looks like the AWS guys improved KCL: KCL 2.0 uses async IO with HTTP/2.
Would be great to see support in reactive-kinesis for this.
Migration guide from 1.x to 2.x: https://docs.aws.amazon.com…
-
## Feature
For applications that were newly taken over by KusionStack, vscode-kusion needs to support easily creating projects from scratch with no code or a little code.
## Design
### Low Code i…
-
We are currently building out a directory traversal system for default units with #3960, which will apply the value found in the nearest `project.toml` file. I think we should manage named views—a com…
-
## Enhancement
Peefy updated
6 months ago
-
We are considering the KCL and KPL as a replacement for the homegrown code. I noticed that KCL is now on AWS SDK2 (they have 1.x version, but it seems that 2.x is mainstream), and KPL is on AWS SDK 1.…
-
Ask: Requesting porting amazon-kinesis-client that was written for Java to other popular languages like Rust, Go, C++