Heiko Seeberger

Results 93 comments of Heiko Seeberger

But with this approach (`fmt::layer().json().event_format(json::Json)`) you are giving up on the original (from tracing_subscriber) `Json` and roll your own. I'd prefer to use the original `Json` and just use the...

I have a working prototype for only adding the OTel trace ID here: #2664. That is used in this example app: https://github.com/hseeberger/hello-tracing-rs/pull/19.

Dear maintainers, please approve the workflow for this PR at least. Reviewing and potentially merging would also be highly appreciated.

As a workaround you can use `bw ... 2>/dev/null` for the time being, because the noise is written to stderr.

So if I have an `async_nats::jetstream::kv::UpdateError`, which is an alias for `async_nats::error::Error`, how can I access the source to then downcast to a `async_nats::jetstream::Error` which gives me the error code?

Thanks for your help! I have got one question: Looking at your changes I cannot see that if-tests are avoided. Could you please clarify?

OK, will pull in your changes except for pom.xml, because I don't want to maintain that one. Please agree to distribute your work under a shared copyright and accept the...

I think you should not touch `sourceDirectories` at all, i.e. delete the above mentioned line. Then in lines [148]( https://github.com/lucidsoftware/neo-sbt-scalafmt/blob/7321eeddbf52f2a9e3ffa44e061eebeb3d1febb4/sbt-scalafmt/src/main/scala/com/lucidchart/sbt/scalafmt/ScalafmtCorePlugin.scala#L148) and 150 use `unmanagedSourceDirectories`.