James Parrott

Results 117 comments of James Parrott

Oh I see - thanks for the explanation. I thought the two sizes were suspiciously similar - the original component's functionality was duplicated. `host.py` and the `hello_host` can be moved...

The dev version of the toml library used by this tool has supported Toml 1.0.0-rc1 (that allows mixed types in arrays) since 2019. It's currently on v3.0.0 https://github.com/iarna/iarna-toml/releases/tag/v3.0.0 This tool...

Thanks for this Martin. Is the essence of it the two read and write functions in the attached file? It pulls in pyproj and chardet, but the encoding fallback and...

I've thrown this together (and have not tested it): https://github.com/JamesParrott/IronPyShp/tree/PyShp-read-write-Geopandas-DFs

Thanks for the review. I've made the first change to the import. I case sensitive searched for "Flask" and that string only shows up in comments, so from this basic...

I followed the instructions in the previous readme.MD, copying and pasting the env var names from there into my .env file. But after running pnpm dev, encountered a NextJS error...

Sorry this was from 5 months ago, so let me summarise the PR. There are two main changes (that perhaps I should've split up): i) replacing `assert a.yb.all() == b.yb.all()`...

Is cookiecutter a performance critical tool for many users? Does rich add much more than about 1.6MB to the download? ``` (rich) C:\...\venvs>pip install rich Collecting rich Using cached rich-13.7.1-py3-none-any.whl...

You're welcome. Has the community developed a slim version of cookiecutter yet? I can't find a fork. It's straightforward enough on the surface to add a `try` `except` around this...

Hi Jason, It's perfectly reasonable to change the default shell within Windows. Xonsh recommends Windows Terminal, and even provides an example settings.json: https://xon.sh/platform-issues.html#windows-terminal Otherwise, have you tried this setting for...