Matt Trentini

Results 92 comments of Matt Trentini

Looks like you've got this sorted but I've noticed that if I try to print from P-Touch and have selected a different size print to the loaded label the same...

> Or are you thinking there should be even finer-grained controls about what functionality to compile in? That thought had occurred to me. framebuf is useful on small devices with,...

Just wanted to say a quick thanks to all of the contributors here; it's great to see framebuf get some attention!

I have created a number of [MicroPython build containers](https://hub.docker.com/u/micropython) for many of the ports. [micropython/build-micropython-esp32](https://hub.docker.com/r/micropython/build-micropython-esp32) is now legacy since Espressif started releasing theirs. Generally, I'd like to 'smooth over' some...

For reference (and sorry for going off-topic!) anyone can get an [automatic invite](https://slack-micropython.herokuapp.com/) to the MicroPython Slack workspace.

> Some things seem rather separable. In my experience, they're not nearly as separable as I'd hoped. Perhaps the features you want are, I'm not sure. Certainly I had a...

Can you please post the relevant code; it's impossible to understand the error from this description.

Also, I presume the [Python license](https://github.com/python/cpython/blob/main/LICENSE) is compatible..?

[PEP 594](https://peps.python.org/pep-0594/) suggests that this library is to be deprecated so perhaps we should forget about this library...

There has been some significant improvements in the unittest library recently - including around discovery. See #488 for details. Could you please update to the latest unittest library and try...