William Sheu
William Sheu
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...
**Describe the bug** The EKS setup docs instruct people to apply node-setup-daemonset.yaml: https://operator.docs.scylladb.com/stable/eks.html#install-the-local-provisioner However, this currently results in the tuning daemonset erroring with `error: subprocess.CalledProcessError: Command '['pidof', '-s', 'irqbalance']' returned...
## Feature Request In order to get a fully working TiDB cluster running in a k8s cluster using IPv6, `addr`/`status-addr` [here](https://github.com/pingcap/tidb-operator/blob/9dc513f0e222ce3c8456ed788f9604e445ad39da/pkg/manager/member/startscript/v2/tikv_start_script.go#L102) need to be replaced with `::`. **Describe the feature...
**Description of your changes:** Allow `scyllaArgs` to replace existing Scylla command line arguments. This is necessary to override the hardcoded `0.0.0.0` listen address to `::` when we want to use...
**Description of your changes:** `fdbc:7863:fdbf:0:0:0:0:6b7c` should be considered equal to `fdbc:7863:fdbf::6b7c`. Without this change, the operator sidecar would never declare the node healthy since it would never find an IP...
## Describe the bug See reproduction below: ``` let test_doc = doc! { "acutalTimestamp": bson::Timestamp {increment: 0, time: 12345}, "operationTime": {"$timestamp": "7248047827882870681"}, }; let mut bson_bytes = Vec::::new(); bson::Document::to_writer(&test_doc, &mut...
### Is your feature request related to a problem? Please describe. We have a use case where we'd like to deterministically seed a PRNG in a workflow context -- for...