Tony Narlock

Results 395 issues of Tony Narlock

Also allow `refresh=False` See if it's possible for it to be a decorator that's configuration aware to control `refresh` value at the server / object instance level

In libtmux actions, to be chainable, always return self w/ refreshed props

https://smp.readthedocs.io/en/latest/quickstart.html ![image](https://user-images.githubusercontent.com/26336/190833767-4f7e2fbf-6dfe-42b7-82a7-adb15aad007a.png) 😍

Push to `/{lang}/{version}`, including support for `{lang}/{branch-name}` and cleaning them up

Should / could `server` be used as a way power tmuxp? Perhaps it could listen to control mode?

```python server = Server.new() server = Server.connect() @dataclasses.dataclass class Server: @classmethod def new(): pass @classmethod def connect(socket='') pass session = '' # Find a way to have session be Session...

Requires we update https://github.com/tmux-python/tmux-manuals and see the diffs too

enhancement

https://docs.pytest.org/en/7.1.x/how-to/monkeypatch.html