Manuel Meitinger

Results 29 comments of Manuel Meitinger

If the given implementation isn't already set in stone, I'd actually like to try to implement the following (at least for UDP): 1. remove launcher dependencies, link with `/MANIFESTUAC:"level='requireAdministrator'"` 2....

> The problem is that we need to ShellExecute this, which means `asyncio.subprocess` won't work out of the box. True, then again, we'll be using named pipes so no need...

> This part I have strong opinions on, namely no memory-unsafe language in or around mitmproxy 😛 I don't think this work here is blocking anything (please correct me if...

> If I'm running mitmpxoxy in non-http3 mode, and the application tries to speak HTTP/3, what's the expected behavior? If no HTTP3 mode is specified, no UDP socket will be...

The suggested approach makes a lot of sense to me, especially if the Python-side sees it as a connection and Rust does all the mapping from (local-endpoint,remote-endpoint) => connection. There...

Sorry for the late reply. Alas, how to define mutations manually is not covered in the README. As you can see in the [RDF harvester](https://github.com/meitinger/GraphSPARQL/blob/54f372aa072a40bc9df33a8f3994276b9d0eb8df/src/Types/Providers/Rdf.cs#L348), `create...` fields always get the...

So far the only documentation is in the source and the comments in the examples. PRs are of course always welcome. If I find the time I'll also consider extending...

The schema can be automatically inferred using an OWL file, either stored locally or on the web. Note the [`dbpedia.owl`](https://github.com/Meitinger/GraphSPARQL/blob/main/example/dbpedia.owl) file in the [`example`](https://github.com/Meitinger/GraphSPARQL/tree/main/example) folder, and how it is referenced...

Thank you, although it does have it's limitations (due to type inferencing) when large amounts of top-level objects are queried without a filter. RDFS is supported as well, have a...