Tony Narlock
Tony Narlock
libtmux: The Snapshot. ```python class Snapshot: created_at: datetime.utcnow() id: tmux_id def refresh_from_cli(): # return new object with new created_at ``` ```python class Session(Snapshot): pass class Window(Snapshot): pass ``` acronyms: Frame,...
See https://github.com/tmux-python/tmuxp/issues/481#issuecomment-1083216982
This is necessary in libtmux and tmuxp. tmuxp uses this for `tmux` versions (via git and 3.0b, etc) Needs to be flexible and ideally have no dependency - [ ]...
Same as https://github.com/tmux-python/tmuxp/issues/732, I want to cut down bloat in the repositories. I will run the same cleanup on tmuxp I do on libtmux, but will also try to curate...
For tmuxp: https://github.com/tmux-python/tmuxp/issues/625 If you run into any issues please shoot me an email or contact me through the thread. We going switch from `python setup.py build sdist; python setup.py...
TLDR: Render `:art:` as 🎨 in commit messages This may be closed again, but I believe the last mention didn't account for this **History** Last issue: #551 Closed [Jul 8,...
https://tufte-latex.github.io/tufte-latex/ There may be a need to find some new example/links (there is an example pdf/handout in the repo now that can be linked to that works though)
Hi, thank you very much for the project! (And plotly.js, and the docs, and the team for helping on these projects, and all other contributors as well! And anyone else...
Hi there! Love the project! It's not clear to me after #129 was closed, does autopep8 support setup.cfg at this point, via #167? Is there an example of it anywhere?...
Hi, thank you for the project! **Is your feature request related to a problem? Please describe.** It's difficult to see what's happened across releases since they're separated and paginated **Describe...