Andreas Klostermann

Results 11 comments of Andreas Klostermann

I also naively tried to append a numpy array with the same row shape to a ctable, this fails with an IndexError. I haven't gotten that to work yet, except...

Particularly, with a new conda environment, Python 3.7, and only PySide2 installed: ``` ImportError: Could not load requested Qt binding. Please ensure that PyQt4 >= 4.7, PyQt5, PySide >= 1.0.3...

You can actually do this with CSS flex, and maybe CSS grid layouts.

@psavva is there a nuget package I could install which can vary the "auth" path? This repository hasn't been updated since May 2021.

I'm getting the same error. I am running on Ubuntu, I tried with system python +python-libusb from official sources, pypi and github, and anaconda with python-libusb1 1.6.6. Uploading firmware seems...

@kone9 sorry, rarely...

I found out the problem. Urllib3 seems to usually use the "certifi" package. And one way to add a certificate to that in a docker file is to append it...

Because of other interests I had to abandon this side-project of integrating asyncio into Blender, and Blender programming in general. I have tried to get others from the Blender community...

Not directly. The data protocol is probably the same (haven't checked) but you'd need to find a way to communicate via BLE.

I think the idea is to spread out the begin_result/end_result across the task, so you would call begin_result with every chunk received, wait for the next chunk on the network,...