Jim Mussared

Results 211 comments of Jim Mussared

> Thanks.- Just a note: the flag `MP_TYPE_FLAG_ITERNEXT_STREAM` does not exist. Is `MP_TYPE_FLAG_ITER_IS_STREAM` the proper choice? Ah thank you yes that's right. I will update. We did a last minute...

Sorry, what I wrote on the wiki was out of date and clearly confusing. I have updated it

> Is the PR reaching the final stage now? So I know when to test against it It's merged.

@stinos I have also updated the wiki with some notes on using these macros. https://github.com/micropython/micropython/wiki/Build-Troubleshooting I'm curious, what was the scenario where you needed to use `MP_OBJ_TYPE_SET_SLOT` (or was that...

@chaseadam this is https://github.com/micropython/micropython/issues/8940 (And unfortunately, it's the reason why we still do ESP32 builds with IDF 4.2)

Thanks @andrewleech -- what you're describing makes sense. GATT itself will preserve the event order, and aioble doesn't make any attempt to preserve it across characteristics. I hadn't considered that...

Thanks @andrewleech this is a really good simplification and much easier to reason about. Merged with some minor changes in https://github.com/micropython/micropython-lib/commit/eba897420d96650a372b4b65831c24741d667890

Thanks @GitHub30 -- I agree this is a useful feature given that this board only has the one button. Just a few notes on this PR. This code is from...

Thanks @lowfatcode This is something we'd like to fix for MicroPython 2.0 :) Rather than duplicating the same information that's elsewhere on the page, might be better to just say...

Thanks @Josverl I did actually propose this (versioning micropython-lib to the MicroPython release) but it was pointed out that often we want to release libraries on a different interval. I...