David Pitoniak
David Pitoniak
I opened a pr https://github.com/clap-rs/clap-verbosity-flag/pull/95 for adding the `OffLevel`, in addition to `DebugLevel`, `TraceLevel` so all the options are available. I also added a simple example of changing the default...
FYI, just installed alacritty from the current [master](https://github.com/alacritty/alacritty/commit/1063706f8e8a84139e5d2b464a4978e9d840ea17) following the install instructions and the emojis are working for me! ```bash ❯ alacritty --version && echo 🐍 alacritty 0.15.0-dev (1063706f) 🐍...
to mitigate this, I have moved the `$nix_shell` to the `right_format = ''` section
I just got bit by this too, and took me a while to find a work around, I think at least the examples / docs need to be updated. This...
@lalitb, @cijothomas - Would it be welcome to update some of the tracing examples to show this more clearly? I could see this being very frustrating to new comers of...
Yeah I can take a look at this! Makes sense, thank you for the outline! Totally understand, there's a ton of stuff to maintain in here!
> Specifying constants as field names - I believe this is valid question, probably better to be asked in the tokio tracing repo? There are no examples with tracing integration...
I have started looking into replicating `opentelemetry-stdout` patterns. I have gotten to a place that with very basic and defaulted behavior its similar. I just wanted to confirm that it...
This might be another issue / PR, but I'm noticing the `SdkMeterProvider` and `TracerProvider` have different interfaces for configuring options like `Resource` for example. I have a few ideas for...
> Took a brief look and I like this direction. Left some comments, mostly about limiting the scope of PR. We really prefer short PRs each solving one particular aspect....