creker
creker
Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? 3.11.6 ### What version of Gocql are you using? cd04bd7f22a72810d9eccd3ea334d898bf098576 ### What did...
**Expected behavior and actual behavior:** Administrator is able to delete any user even if it owns projects. Completely preventing deleting such users is probably too much but I would expected...
Example https://play.golang.org/p/qupLXwVQc4m First example is a large text in English. The library can't produce confident result - confidence is negative. Second example is a couple of sentences from the same...
Given this kind of structure ``` type s struct { m []map[string]string `json:",omitempty"` } ``` and JSON `{"m": [{}]}` Unmarshal produces this (slice with a nil map) ``` s {...
nhooyr.io/websocket v1.8.10 The library uses defer `defer wg.Wait()` in multiple functions and that causes calls to deadlock instead of properly shutting down when connection is terminated. One possible situation is...
**Thanos, Prometheus and Golang version used**: bitnami/thanos:0.13.0 prom/prometheus:v2.19.0 Prometheus in HA configuration, 2 instances. Single Thanos querier instance. **Object Storage Provider**: On premise minio deployment **What happened**: Executing rate or...
**Is your feature request related to a problem? Please describe.** We extensively use proxy projects to store images that will be later replicated to air-gapped environments. Essentially, we don't treat...