josephbiko

Results 6 issues of josephbiko

I am trying to calculate the pixel coordinates of the landmarks. (Parameters are copied from the render helper). ``` def viewport(x, y, w, h): x, y, w, h = map(float,...

Multiple svg don't work because of overlapping classes. Maybe if you can include the svg in an object tag?

Get Family only returns instances of the same type.

Your Reddis database it a subclass of memory class, but reddis is a database with atleast some persistence. This means that if you change sessions you get leftover with unsollicitated...

I have the following piece of code ``` class NewQ: def __init__(self, name,durable=False): self.name = name self.q = None self.durable = durable self.channel = None async def __aenter__(self): await connect_to_RMQ()...

I expected await queue.get() to be blocking in aio_pika, but even when I don't set the timeout parameter I instantly get an error: aio_pika.exceptions.QueueEmpty Anyway to get a blocking get...