Cosimo Matteini

Results 2 issues of Cosimo Matteini

Hi! After completing chapter 11.8 the new test that we added `newsletter_creation_is_idempotent` in `tests/api/newsletter.rs` does not pass as expected. `cargo t newsletter_creation_is_idempotent` output: ``` running 1 test test newsletters::newsletter_creation_is_idempotent ......

As discussed in https://github.com/zellij-org/zellij/discussions/2137, a new command line option should be added to be able to change the running command in a pane. The proposed implementation is: ```bash zellij run...