JenSte

Results 3 issues of JenSte

The public transport tagging schema states that the "network" and "ref" tags are optional for a 'route' relation when there is a corresponding "route_master" relation. I really like this because...

question

The move assignment operator of `azmq::message` is broken: - Replaces the held `zmq_msg_t` by the one from the assigned object (`msg_ = rhs.msg_;`) without freeing the original one. - Does...

Hi! ### Description When using the following combination... - "Embedded Granian" where an asyncio task is used to run the `server.serve()` coroutine. - A handler returns a `starlette.responses.StreamingResponse`. - The...