Eirik A

Results 132 issues of Eirik A

Extracted from #140 to avoid it getting lost. Thank you for all your work on this action :bow: Came from a CI run [yesterday on the 9th of August](https://github.com/kube-rs/kube-rs/runs/3283932565?check_suite_focus=true) which...

Hey, I am trying to use this library for an experimental project. I really like how you are generating api bindings from example data :smile: However, using it I am...

Hey. Was trying to use the new version to get unified reqwest 0.10 everywhere to move to async / remove dependency tree. But it seems that the blocking client interacts...

A way to attach traceids to histograms as per the [OpenMetics specifictaion](https://github.com/OpenObservability/OpenMetrics/blob/master/specification/OpenMetrics.md#exemplars-1) Use case is [grafana tempo](https://grafana.com/go/webinar/getting-started-with-tracing-and-grafana-tempo/)

C-exporter
E-complex
T-enhancement
S-future-work

The following minimal otlp example with latest `tracing`, `tracing-subscriber`, `tracing-opentelemetry`, `opentelemetry`, `opentelemetry-otlp` gets stuck inside tonic or h2 when pushing spans in an async context: ```rust use tracing_subscriber::layer::SubscriberExt; type Error...

A-trace
release:required-for-stable
M-exporter-otlp

The API for CRDs is generated by kube as soon as the CRD is posted. Thus these structs are not normally available in the openapi bindings or something else (the...

One thing I noticed is that data returned from the kube api is assumed to be parseable into the struct you give it: https://github.com/ynqa/kubernetes-rust/blob/9c5f29f1f70d31042371db8ed6782486a41c8e3b/src/client/mod.rs#L37 however, we have no real information...

Hey all, thanks a lot for maintaining this great tool! This is a feature request/suggestion for `isWhitespaceOnlyChange`s: https://github.com/homeport/dyff/blob/416d58b8e8ce6f9f208a662c4b3a6e2a9bb142ee/pkg/dyff/output_human.go#L337-L342 It would be amazing to have a `--omit-whitespace` flag on `dyff between`....

need to link `libpgport` and `libpgcommon` [since libpg12](https://www.postgresql.org/message-id/CACS8yHL0gbL3ECONrDygcBioTQBY%3DoVG-KGWB6%2BN7spG%2BeSMQw%40mail.gmail.com) manually compiling in two extra pg libraries in the stable image on this branch: - [x] [`libpgcommon` is found in src/common](https://pgpedia.info/l/libpgcommon.html) -...

well, this tries to reproduce #94 and ultimately just passes without issues. Check the [integration test build](https://github.com/clux/muslrust/runs/6592613761?check_suite_focus=true) for proof `git fetch` or builder pattern building.