Tiansu
Tiansu
I am trying to build a `sparkctl` CLI tool locally but failed to do so, following [this](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/sparkctl/README.md) guide. The error message is ``` # golang.org/x/sys/unix ../../../go/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to...
**WebViewer version** 8.9 **Seen behavior** npm install returns the following error message: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...
I have some proposition how to achieve parallelism, if you are still interested in iterating this lib: Essentially, we could allow each worker / thread have their own memtable and...
### 🚀 The feature I noticed that currently the release process to pypi is manually triggered. This however can be automated whenever a new release is published. The trigger of...
- [X] closes #101 - [X] Tests added and passed if fixing a bug or adding a new feature - [ ] All [code checks passed](https://github.com/gventuri/pandas-ai#contributing).
I have some cruise control tasks that are finished with `CompletedWithError`. I would like to understand what the error is from the server side. However, by digging into the cruise...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When apply Terraform stacks for Firehose, the following error is shown:...
KafkaJs use a default [retry = 5](https://github.com/tulios/kafkajs/blob/master/src/retry/defaults.js#L6), which is extremely small for any internet intermittent issues. The default settings in Java client / [Kafka doc](https://kafka.apache.org/documentation/#producerconfigs_retries) in contrast, use MAX_INT as...
From time to time, I need GPT models to explain to me some mathematical works, while the cli tool displays formula as plain text: ``` [ R^2 = 1 -...