Tony Narlock

Results 395 issues of Tony Narlock
trafficstars

Extracted from before v0.46.1 / #582 # Enhanced Terminal Content Waiting Utility ## Overview This PR introduces a significant enhancement to the terminal content waiting utility in libtmux. The changes...

## Summary by Sourcery Restructure the README to improve readability and provide a clearer introduction to the library. The updated README includes a quick start guide, an overview of core...

Resolves #588 ## Summary by Sourcery Tests: - Adds comprehensive tests for the `frozen_dataclass` decorator, covering initialization, immutability, inheritance, edge cases, nested mutability, bidirectional references, and mutation methods.

#559 ## Summary by Sourcery Improve documentation by adding docstrings and examples to the Server and Session classes. Add documentation for the pytest plugin, including usage examples and advanced techniques....

## Summary by Sourcery Improve shell interoperability in tests by using a consistent prompt across shells and adding retry logic to wait for the shell to be ready and for...

## Summary by Sourcery This pull request improves the test coverage for the `QueryList` class and related utility functions. It adds new tests to cover error handling, edge cases, and...

# Changes ## feat: Add `test_snapshot` # Test plan ## Coverage ``` uv run pytest --cov=libtmux.snapshot tests/test_snapshot.py -v ``` # Automatic ## Summary by Sourcery Introduce snapshot and recording functionality...

# Changes Streamlining docs for consistency, sustainability. ## Summary by Sourcery Documentation: - Improve docstrings in the `Window` class.

# Docs ## Asyncio - https://docs.python.org/3/library/asyncio.html # Adding Asyncio Support to **libtmux** (Python 3.9+) ## Key Functions Requiring Asynchronous Execution Several core functions in **libtmux** currently execute tmux commands synchronously...

#587 why: Remove the need for type: ignore comments on property overrides what: - Use Generic base classes with covariant type parameters - Add properly typed overrides for inherited properties...