-
see video
https://github.com/user-attachments/assets/0814eb64-9a80-4efd-8c4c-522b16ce5d94
more info here https://kittycadworkspace.slack.com/archives/C04KFV6NKL0/p1722552201055069
-
This is the log make.sh.log
MD kernel module generator version 2.1
.
Active kernel:
uname -a = Linux Ciuino-PC 3.13.0-1-generic #16-Ubuntu SMP Tue Jan 7 19:44:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Lin…
ghost updated
10 years ago
-
Similar to https://github.com/awslabs/amazon-kinesis-client/issues/652 I want to use the multilang client v2 with local stack. However I cannot use the API call mentioned there since it is not exposed…
-
```python
import plotly.express as px
import figurl as fig
iris = px.data.iris()
ff = px.scatter_3d(iris,
x='sepal_length', y='sepal_width', z='petal_width',
color='species…
-
I think the checkpointer should be called here, without arguments:
https://github.com/aserrallerios/kcl-akka-stream/blob/master/src/main/scala/aserralle/akka/stream/kcl/IRecordProcessor.scala#L56
…
-
I am experiencing a pycurl error that appears related to SSL. When I run libbyfetch.py I immediately get this error:
ImportError: pycurl: libcurl link-time ssl backends (secure-transport, openssl)…
-
Hi,
I could not find a way to start the streaming job from where it left off previously in the kinesis stream even with using Spark streaming's "checkpointLocation" option.
TRIM_HORIZON starts a…
-
I am following this KCL v2 java [sample](https://docs.aws.amazon.com/streams/latest/dev/kcl2-standard-consumer-java-example.html) to create a Consumer application for reading the change data capture r…
-
So I am new to AWS Kinesis, and I have the sample basis producer working just fine with using my default profile which has my IAM user details in the store.
I can see that the producer send message…
-
## How to get object references? (Rust SDK)
Hey! Hope you're doing well! I have a quick questions surrounding Rust SDK.
Let's say I have following KCL file:
```kcl
schema File:
name: str
…