Andrew Leech

Results 441 comments of Andrew Leech

There's a few weird things about the real cpython typing module, for example it pulls in a few packages to create type aliases like importing collections.defaultdict to alias to DefaultDict....

@Josverl yes I've been meaning to reach out / raise a bunch of merge requests, but each time I think I've got it all working I find another exclusion /...

Adding support for installation from a local folder has been on my to-do list, thanks for adding it here. I'm also keen to support direct install from manifest rather than...

I know support for freezing non-python resources is included in this PR: https://github.com/micropython/micropython/pull/8381 This will presumably include the manifest support for describing said resources, however I don't know if conversion...

Yeah I've thought it might be possible to label instances of a function perhaps with a decorator (provided by aioprof) that would handle creating the Task object / Coro with...

Oh interesting, I wasn't aware of that limitation! I'm not sure if it never worked, or if something has changed in asyncio since... regardless it'd be good to get fixed....

Oh fantastic, I should update this PR then :-) hope it helps you either way!

Yes unfortunately l2cap support hasn't been added on btstack BLE integration yet which rp2 uses. https://docs.micropython.org/en/latest/library/bluetooth.html#l2cap-connection-oriented-channels > Note: This is currently only supported when using the NimBLE stack on STM32...

What are you trying to achieve here? micropython code that uses `machine` is code that's directly controlling hardware - this could never "just work" on desktop python, regardless of which...

Perhaps this should be added as a dependency for logging? I guess it's optional behaviour though, a comment in the code along these lines might be more suitable