Kevin Turcios
Kevin Turcios
rich loggings handler does not print rich objects as [documented](https://textual.textualize.io/guide/devtools/#logging-handler) in Textual "The logging library works with strings only, so you won't be able to log Rich renderables such as...
### Summary when subprocessing `uv` / `uvx` --managed-python isn't recognized as an argument  ### Example used like so: ```py cmd = [ "uvx", "--managed-python", "--refresh", "--isolated", "--with-requirements", deps.temp_requirements().as_posix(), "nuitka",...
**Bug Description** ⎿ Error: (eval):1: command not found: rg claude often cannot find rg even though it is vendored in **Environment Info** - Platform: macos - Terminal: WarpTerminal - Version:...
```py import numpy as np def numpy_matmul(A: np.ndarray, B: np.ndarray) -> np.ndarray: rows_A, cols_A = A.shape rows_B, cols_B = B.shape if cols_A != rows_B: raise ValueError("Incompatible matrices") result = np.zeros((rows_A,...
### The problem currently, when I have a workspace open, then when I go to the "Open in Visual Studio Code" button, it opens a new instance of VSC and...
this works on linux, macOS and windows as-is ## Summary by Sourcery Build: - Enable thin LTO for all platforms and compilers
Fixes (partly) https://github.com/beeware/toga/issues/2547 ## PR Checklist: - [ x] All new features have been tested - [ x] All new features have been documented - [x ] I have read...
#### 📄 104% (1.04x) speedup for ***`intersects` in `xray/pdf_utils.py`*** ⏱️ Runtime : **`79.0 milliseconds`** **→** **`38.8 milliseconds`** (best of `137` runs) #### 📝 Explanation and details The optimized code achieves...
``` pip install -r requirements.txt Requirement already satisfied: setuptools==80.9.0 in ./.venv/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (80.9.0) Collecting psutil==7.0.0 (from -r requirements.txt (line 2)) Using cached psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl.metadata (22 kB) Collecting...
### Describe the Bug ### Sandbox Link _No response_ ### (Only applicable for extension issues) IDE Information _No response_