buildxyz
buildxyz
Awesome! Thanks so much! You had me worried that ST made changes to the boot loader in the new version as I had not tested that yet. I have now...
Though `STLINKv3DAPv1_HID+VCP` doesn't seem to work with pyOCD: ``` self._has_swo_uart = (self._capabilities & Capabilities.SWO_UART) != 0 TypeError: unsupported operand type(s) for &: 'NoneType' and 'int' ``` I 'm wondering if...
Same issue here using: ``` celery==5.3.1 and python==3.10 CELERY_BROKER = 'amqp://guest@localhost//' CELERY_BACKEND = 'rpc://' ``` Seems this issue has been lurking for years, I went down the RabbitMQ hole as...
great points! i've implemented your reccomendations
hmmm, not sure really. I never tested on Windows, just Linux (Debian) and MacOS. Can you confirm your python version?