Jim Mussared
Jim Mussared
Looks like this module was written with the unix-ffi version of the `re` module in mind (which uses PCRE behind the scenes). Now that we've made `textwrap` part of the...
@brianlinuxing What do you actually need this module for? I'm not seeing any obvious reasons why a microcontroller needs to do text wrapping. More specifically, if we were to make...
@brianlinuxing If you don't use the `dedent` function or don't require `break_on_hyphens` to be set to True for the `wrap`, then all you have to do is remove the lines...
Thanks @projectgus -- I looked into this a while back but ran into several issues and ended up applying https://xkcd.com/1205/ I don't think I came across `pre-commit` though so that...
Thanks @felixdoerre ! I've done as you suggested and implemented the v4 side in https://github.com/georgerobotics/cyw43-driver/pull/25 This fixes the original report from the forum. Thanks for the v6 PR!
Thanks @MaureenHelm !! I think we're going to need to come up with a solution for the issue discussed in https://github.com/micropython/micropython/issues/9115 before merging this, i.e. we need to make it...
Merged in https://github.com/micropython/micropython-lib/commit/8503017e3b4e552ddd8ce96c21e52e0f4e61d877 with a change to make the base "aioble" component include everything.
> These files are frozen into Pico W firmware, so webrepl should "just work". @mchobby If there are any boards that you are describing in your book that don't already...
Thanks @mchobby -- Sorry I forgot that we hadn't resolved https://github.com/micropython/micropython/issues/8928 yet. Looks like I forgot to come back to that after resolving the https issue. I will sort this...
> > Maybe we can have a way to have a `microdot` package that just contains a manifest.py that forwards to here (and make `require()` able to handle this). >...