David Pitoniak
David Pitoniak
> Great initiative! But why not make it available for all entities - i.e panes and windows too. We can maybe pass the-cwd option after the main zellij command and...
@silicakes After looking at the existing commands I think that only setting this flag for the one action makes sense. Adding it as a base flag that is optional might...
I call this from main after parsing the clap-cli for the verbosity, and before the code ```rust fn configure_tracing(log_filter: LevelFilter) -> Result { tracing_subscriber::registry() .with( // set layer for log...
> Works for me with this code... could you maybe post a minimal example without the opentel layer? for sure, I will try and recreate when I get out of...
So I tried making a min reproduction, and am not seeing the issue anymore. I started playing around with the way I setup to get the error, and it seems...
could I take a stab at implementing this? I am in the process of upgrading our team cli from `oclif-v1` to `oclif-v2`, and this would be a nice feature to...
> * Please create new issue, rather than hijacking an issue Apologies, I am new to making contributions to projects. I will note this for the future 👍🏼 > *...
I was hoping to be able to have this default to Off :/ I took a look at the code to see why there wasn't an option already, and took...
> I was hoping to be able to have this default to Off :/ I took a look at the code to see why there wasn't an option already, and...
In addition to this, I would also like to add to the docs on how to change the default level, it wasn't immediately clear to me how to do this,...