Stanislav O Chernykh

Results 4 issues of Stanislav O Chernykh

Hello, after applying http-visibility ``` apiVersion: cilium.io/v2 kind: CiliumNetworkPolicy metadata: name: http-visibility spec: endpointSelector: matchLabels: {} ingress: - fromEntities: - all toPorts: - ports: - port: "80" protocol: TCP rules:...

🐛 kind/bug
📊 kind/community-report
⁉ needs/triage

Hello! Thank you for the great project! Is it possible to build single-file distribution like [here](https://www.mono-project.com/news/2018/01/16/mono-static-webassembly-compilation/)? I've tried to compile the Hello World project with Uno.Wasm.Bootstrap package together with `FullAOT`...

Refs: https://github.com/IBM/sarama/issues/2861

##### Description add go-leak detector next to integration test ``` import "go.uber.org/goleak" func TestMain(m *testing.M) { goleak.VerifyTestMain(m) } ``` ##### Versions https://github.com/rcrowley/go-metrics/blob/cf1acfcdf4751e0554ffa765d03e479ec491cad6/meter.go#L239 | Sarama | Kafka | Go | |...