David Pitoniak
David Pitoniak
when using --create flag, allow cwd to be specified if tab needs to be created. This will be very useful when using in a script to open a new tab...
## Bug Report ### Version ``` ❯ cargo tree | rg tracing │ │ │ │ ├── tracing-core v0.1.32 │ │ │ │ └── tracing-error v0.2.0 │ │ │ │...
add example for chaning the default, and mention in the docs See #10 for some prior discussion
#### Current Behavior In the following screenshot you can see that before I activate the nix shell, there is a space before the cursor. ``` ❯ echo "hello" ``` after...
## Feature Request ### Crates `tracing_subscriber` specifically `tracing_subscriber::filter::Builder` ### Motivation I have a crate where I am setting up tracing. I would like to allow the user to optionally specify...
First off, I am a huge fan of this library. Thank you for creating this. ### Usecase I am creating some tests for database CRUD operations, and using some fixtures...
### Related Problems? I have been searching for the best way to use the semantic attribute constants when creating spans without manually typing out the values in the span macro....
## Bug Report ### Version ``` ❯ cargo tree | rg tracing │ │ └── tracing v0.1.40 │ │ ├── tracing-attributes v0.1.27 (proc-macro) │ │ └── tracing-core v0.1.32 │ │...
Fixes #1810 # Migration Guide To move from `opentelemetry_otlp::new_exporter()`, and `opentelemetry_otlp::new_pipeline().{tracing,metrics,logging}()`, you will need to select the `Exporter`, and `Provider` for the signal you are using. Below there is a...