patricksurry
patricksurry
I used a square input file of exactly 2^13, and sliced with no command-line arguments. I got a file structure with folders 0...14, with a 128x128 image in 8/ and...
Seems like 'gal' is currently defined as the US gallon, as opposed to the actual imperial gallon (4.54609 liters). Should there be a separate gal-uk and/or gal-us ?
Has anyone looked at supporting a simple algebra for compound units? For example, once we know how to convert from feet => kilometers and hours => seconds, we can automatically...
Presumably a limitation of the `/markdown` api but grip doesn't render the newly supported [mermaid diagrams](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) in markdown. Hoping that gets added at some point 🤞
Fixes https://github.com/tiangolo/typer/issues/359 Standard example in documentation failed because incomplete word was not removed from cwords, so typer thought we were adding an additional parameter which wouldn't be allowed. Completing on...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Fix for https://github.com/mnaberez/py65/issues/45 With an empty line, onecmd ends up calling itself so we skip the status report on the initial call ``` py65mon Py65 Monitor PC AC XR YR...
py65 has been super useful while taking apart an old atari game (see work in progress https://github.com/patricksurry/eastern-front-1941/) This PR collects a number of small extensions and improvements I made to...
Bug Report: profile.to_widgets() or .to_html() hangs with ndarray-type field from BQ repeated record
### Current Behaviour I pulled in a small dataset (about 50 col x 100K rows) as a dataframe from a BigQuery query. A couple of columns made `ProfileReport(df, [minimal=True]).to_[widgets|html]()` choke...
Reorganizes docs into folders following the getting started guide, fixing various broken links. I also included an environment.yml and mkdocs.yml for local testing and link checking via mkdocs + mkdocs-material:...