Tony Narlock

Results 710 comments of Tony Narlock

> Edit2: A note on running the containers. As /src is mounted read-only you have to set in-project = false in poetry.toml. I removed `in-project = true` from `poetry.toml` in...

Those `podman` and `buildah` commands were nifty.

Do you have a list of which tests you issues with when you use `fish`? At the moment, here's what I get: ``` FAILED tests/workspace/test_builder.py::test_load_workspace_enter[pane_enter_default_shortform] - libtmux.exc.WaitTimeout FAILED tests/workspace/test_builder.py::test_load_workspace_enter[pane_enter_default_longform] -...

Thank you for this. Not reproducing this on our CI yet! @dvzrv Which version of `libtmux`?

@dvzrv By the way - is there a way, I will look at https://github.com/uraimo/run-on-arch-action having end-to-end arch tests on our CI

Hi! Can you restate some of the above? It isn't clear to me. On a side note: PRs, especially ones with good tests, are also welcome

Thank you, I will take a closer look this weekend! Workaround in the mean time: Is it possible you could add a [`@pytest.mark.skip`](https://docs.pytest.org/en/7.1.x/how-to/skipping.html#skipping-test-functions) decorator on top of the functions?

@Pipeliner I can't diagnose remotely, but a decision tree I'd consider: - Do you have a tmux config file? (if your environment did, it would be implicitly used) - Does...

When I try this: ```console python3 -c 'import libtmux ; print(libtmux.Server().new_session(attach=True, session_name="r", socket_name="test_test"))' ``` When I this my session persists and I can use tmux normally. > When I run...