David Lechner

Results 1494 comments of David Lechner

OK, I confirmed that the problem is that the Microsoft Store version of Python doesn't work because it is a "packaged" app. There is a `ON_PACKAGE_IDENTITY_NOOP` option flag we can...

I managed to find a workaround of sorts, but unfortunately, it only works on Windows 11. With Windows 10 support ending in October of this year, maybe that isn't so...

> * Webview window cannot be scrolled with a trackpad. Hmm... I noticed that too. Not sure where to start looking to fix that one. > Quite many tests crash....

After some more debugging it looks like the crash is happening when we run `Application.start()` for the second time in the same process. I wouldn't be surprised if Microsoft never...

No, I haven't had any extra time to work on this for a while. I'll probably come back to it eventually, but I'm not sure when.

Heh, I got just as far. https://github.com/dlech/rpds/actions/runs/14477042099 I think we need to pass the full path for each interpreter to the `--interpreter` option so that it picks up the arm64...

This is a specific case of #527. Doing a read with response or a write can get specific errors from the peripheral device and Bleak users might want to handle...

> was just curious as to how I can recreate this Do you mean how to force hardware to generate and error? Just run the service explorer example and look...

Alternate solution: https://github.com/pybricks/python-mpy-cross-multi (with binaries provided by https://github.com/pybricks/python-mpy-cross) Advantages: - Proper native Apple arm64 build - Not limited to oldest GitHub CI Linux version - Proper sdist that includes mpy-cross...

More recent related discussions: * https://github.com/orgs/micropython/discussions/14394 * https://github.com/orgs/micropython/discussions/15176 @andrewleech was working on filling in some of the missing features in his version recently, so maybe close to no longer needing...