Zhichang Yu
Zhichang Yu
The `strconv.ParseInt` in Golang std lib - has syntax check and return an error if s is empty or contains invalid digits. - has range check and return the the...
[clickhouse_sinker](https://github.com/housepower/clickhouse_sinker/releases/tag/v2.5.2) uses franz-go as the kafka client library by default. However I noticed it fails to auth with Kafka via Kerberos. The following is the clickhouse_sinker log (including franz-go debug...
``` $ date --iso-8601=ns 2021-04-23T09:17:28,235575783+08:00 //on Ubuntu 20.4 2021-04-23T09:18:11,357706892+0800 //on CentOS 7.6 ``` This library failed to parse these formats.
For faiss, developers have many choices on the index method, and can switch among them with only one line code change. Every index method inherits class Index. I noticed faiss...
Add the [JSON Patch](http://jsonpatch.com/) support in normalizer. Currently only `underRoot` moves fields to root. FYI. [Kustomize uses `JSON Patch`](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/jsonpatch.md).
Prometheus doesn't support Nacos service discovery, but it support generic http sd. Here's an [prometheus issue](https://github.com/prometheus/prometheus/issues/7539) track this. Nacos already provides API to fetch list of instances of a service:...
sarama supports [following SASL mechanisms](https://github.com/Shopify/sarama/blob/master/broker.go): - PLAIN - SCRAM - GSSAPI(Kerberos V5) - OAUTH10A or OAUTHBEARER (I'm not sure which one) kafka-go doesn't support GSSAPI and OAUTH currently. I wish...
### Submission type - Bug report ### Environment Postgresql 11 cluster with stolon v0.13.0. ### Expected behaviour you didn't see `CREATE EXTENSION citus;` succeed ### Unexpected behaviour you saw ```...
Question: Does BSI Range-Encoding field support biggest-N or smallest-N query? I need to use userID as column number, store a counter for each user, and query biggest-N/smallest-N users and their...
I'll create a "Who uses this?" small list in the README. If you would like your company to be on this list, please mention it on this issue. For example,...