James Parrott

Results 117 comments of James Parrott

Rasterio 1.3.9 was tested on windows, and passed. https://github.com/rasterio/rasterio-wheels/actions/runs/6568583403 This is outside the scope of an issue concerned solely with Testing on Windows, but from a little digging: The 4...

The field names are the same for all shapes. The name is the first item in the list for each field. https://github.com/GeospatialPython/pyshp#reading-records > To see the fields for the Reader...

I'm not familiar with arc, but from googling, .cpg files do seem to be nothing more than one line text files. However their very nature does invite the following questions:...

If this outer loop is run in xonsh, even if Ctrl+D quits the inner sleep process, the outer while loop will then immediately start another one. With fortunate timing and...

I think this functionality might even already exist. Or at the very least I can't reproduce the failure. Admittedly it can cause the outer interactive xonsh to hang, but I...

The tox tests ran last week in CI for number #453 on the callbackapi-default branch, and passed. https://github.com/eclipse/paho.mqtt.python/actions/runs/8590915867 ![image](https://github.com/eclipse/paho.mqtt.python/assets/80779630/5b7fc809-0582-4a03-ad33-2e27adcbeaa9) I'm not sure what happened with number #454 on master, but...

If you really need 1000 threads I would strongly suggest a library with native async support, e.g.: https://github.com/toreamun/asyncio-paho

The tag `'3.6.x - 3.11.x'` does install 3.11 on a ubuntu runner. I can't find any examples showing hyphen ranges can be used together with x-ranges, but it's valid according...

Try using CMake https://github.com/casadi/casadi/wiki/InstallationLinux

This issue is nothing to do with pyenv-win, and should be closed. Ian, the trouble is caused from attempting to use CMD.exe style environment variable expansion ( %ENV_VAR_NAME% style syntax...