David Lechner

Results 1494 comments of David Lechner

Can you please fill out the commit messages with *why* we need these changes? The explanation above is fine for the reorg commit. I would like to know more about...

Thanks. I would still prefer each commit message to be in the format: ``` : ``` For example: ``` tests: use monkeypatch instead of unittest.mock.patch Since we are using PyTest,...

I didn't see anything in Flet that allows calling android APIs, so this doesn't seem like it would be feasible at this point in time.

Ok, so Flet is using Python4Android. So it seems like it should just work then. > condition env is not exists. Are you saying that the `P4A_BOOTSTRAP` environment variable is...

I would say that the way things are now is fine. For objects that don't take any construction parameters, we can use still `->make_new` without any added complexity. For constructors...

I tested by manually editing my local `iiod_context.sh` and got: ```console IIO context has 7 attributes: hw_carrier: Terasic DE10-Nano hw_model: EVAL-AD4112SDZ on Terasic DE10-Nano hw_mezzanine: EVAL-AD4112SDZ hw_vendor: Analog Devices hw_serial:...

@SRaus could you please take a look?

> 1. **Are there known limits or recommended patterns for using Bleak with many concurrent BLE connections?** There is a known issue that built-in Bluetooth on Raspberry Pi doesn't work...

> but nobody tried it on MacOS I actually looked at this a while back. Bluetooth socket doesn't work on macOS - it isn't implemented in Python and isn't really...