aarondewindt

Results 7 issues of aarondewindt

One issue I have with the match function is that it relies on either using lambdas (which can only contain one line) or if you need multiple lines, first defining...

Proposed implementation for the context manager based pattern matching described in issue #37

I'm using a third-party library (tabulate) to generate html tables from my data and I would like to insert these in the dom. Since I wasn't able to find a...

Because of issue #106 I forked this project and changing it so it uses markupsafe for escaping. This not only allows marking safe text, but it also deals with any...

I want to provide an API to my application without splitting it up in a backend and frontend. It's a small quick project. Can I just create the resources, wrap...

I accidentally upgraded my backend image to django v5 and came across an issue. I'm reverting back to v4, but figured I'd start an issue to maybe update this package...

I have an incoming and outgoing stream of bytes which I need to serialize and deserialize to/from `mavlink::Message` objects. How do I do this? I can't find the documentation for...