Christian Wiche
Christian Wiche
Hey @nat-n It seems that the issue is not coming from poe... Doing some testing shows that, at least on my machine, running the command with poetry is returning the...
@nat-n hello again! It seems that the issue is not related to poetry but the compatibility of POE on the newer (beta) versions... #### First test: Poetry v1.1.13 1. Prepare...
Hey @nat-n! I've performed the same steps shown in my comment from June 10th, but changed the poetry version to `1.2.0b3` as requested. The results are the same: If installed...
If this idea is still alive, it would be nice to include support for SREC ([Motorola S-Record](https://es.wikipedia.org/wiki/SREC)) too. It's pretty similar to IntelHex
@nat-n hey! I've performed the same test steps today using: - poetry: `1.2.2` - poe: `0.16.4` And it's working now! ```shell > poetry run python -c "import sys; sys.exit(13)" >...