Nathan Pham
Nathan Pham
Addresses #168 I'm not entirely sure what loops should have been modified, so 1. I introduced the tqdm dependency 2. Replaced custom timing logic with tqdm (in places I could...
I added [pdoc](https://github.com/mitmproxy/pdoc) in a GitHub Action to automatically generate documentation when the main branch changes. Here's a [preview](https://natmfat.github.io/PyHa/PyHa.html) on my fork. NOTE: This will require enabling GitHub Pages in...
- Installs [pre-commit](https://pre-commit.com/) for formatting and (potentially) linting - Increases minimum python version to 3.9 from 3.8 (Poetry checks out, this was a necessity to install pre-commit) - Adds an...
### Describe the Bug I'm using Vite with Remix. For some reason, images that are imported in the `app` directory are optimized, but images in the public directory or not,...