Matthias Urlichs

Results 94 issues of Matthias Urlichs

#### What were you doing? Printing on a Prusa+MMU and observing the MQTT messages. #### What did you expect to happen? No redundant messages. #### What happened instead? * An...

Would it be possible to add a mode for BinaryEye to act as a simple remote scanner? i.e. each time a code is recognized it could send a MQTT message....

Even though the generated JSON schema contains "additionalProperties: False" for every structure, actually setting a property that's not in the model does not cause a validation error. It should. in...

Fixes DeprecationWarning in Py3.10 Closes #112

Trio-asyncio runs in a separate Trio task. The current instrumentation hooks for Trio capture when that task is running (or not), but not what it's doing internally. Thus I probably...

Now that we have contextvar support, add one that remembers whether we're currently in an asyncio or a Trio context. This shall catch erroneous nested calls of `run_asyncio` and `run_trio`....

Loop policy in asyncio really should be thread-local. TODO: - move the monkeypatching into a separate package - convince the asyncio people to do that natvely Cf. https://github.com/python-trio/trio-asyncio/issues/23

While looking for an example WRT interrupt handling and sleep, I found this -lowpower example. However, this example looks like it could lose an interrupt if it arrives while the...

pioasm replaces labels with line numbers. This is unfortunate. Please don't do that. (a) Micropython can deal with textual labels, no problem at all. (b) For C I'd like to...

The commits in this series are more-or-less standalone, but I didn't exactly feel like submitting 30 PRs. These changes are either small(ish) bug fixes, or are necessary to more-or-less-seamlessly support...