Garrett Reynolds

Results 23 issues of Garrett Reynolds

In [PEP 613](https://peps.python.org/pep-0613), this is valid Python: ```py type NumDingleberries = int ``` but running the latest YAPF (0.43.0) gives an error: ```py Traceback (most recent call last): File "/home/garrett/.virtualenvs/tester/lib/python3.12/site-packages/yapf/yapflib/yapf_api.py",...

### Describe the Bug I imported ~1,500 links from a Pocket export CSV and it's exhausting memory. I'm running Karakeep on PikaPods. ### Steps to Reproduce 1. Import large Pocket...

bug
pri/high
status/approved

### Version Numbers `zodResolver`: 5.2.1 `react-hook-form`: 7.62.0 `zod`: 4.0.17 ### Codesandbox/Expo snack [StackBlitz](https://stackblitz.com/edit/vitejs-vite-1mbkanue?file=package.json,src%2FFoo.tsx) (Codesandbox had bug) ### Steps to reproduce Observe this code snippet (or see link above): ```tsx import...