Jim Mussared

Results 211 comments of Jim Mussared

> I stumbled however over a problem with sublime text or code as editor. For these, the $EDITOR value has to be set, such that sh waits until the editor...

I suspect the problem here is that MicroPython (and NimBLE) take care of managing the CCCD for you. We should probably raise an error in aioble (or modbluetooth) if you...

Rebased and updated for recent changes. > edit: Ignore this. the problem here was caused by my (scripted) manifest including both unix-ffi/os and python-stdlib/os @andrewleech Yeah this was on the...

> Personally I'd prefer it to be ffi=True as calling the arg Unix might make people think they need that set to use at all on Unix port. @andrewleech I...

What if I renamed the arg.to `unix_ffi` to align it with the fact that it's literally (modulo underscore vs hyphen) the `unix-ffi` directory?

> "Stream object has no attribute ios" Not enough information to help sorry.

For async websocket server, see https://github.com/miguelgrinberg/microdot

> @jimmo how to use upip to install [microdot](https://github.com/miguelgrinberg/microdot) ? @QGB upip has been essentially unsupported for a few years. I don't believe microdot has ever been installable by `upip`....

@steveli777 I have a fix for this which I will try and get into MicroPython v1.20. The issue is in the way characteristic discovery works in the BLE spec. When...