elya5

Results 7 issues of elya5

I have issues setting up the real time view behind a reverse proxy. There are many other issues here about the same topic but I still couldn't figure it out....

websocket-server

**Describe the bug** I'm not sure whether this is actually considered a bug but I expected podman-compose to destroy and create a new container when the image is updated and...

bug

The django driver raises the following exception: ``` Python 3.3.5 (default, Jan 17 2015, 23:43:00) [GCC 4.8.3] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from...

bug
Docs
help wanted
django

I have the variable `ranks = ({'name': 'abc', 'score': 3.4},)`. The `score` gets converted into a string by django-unicorn even though it is a float. Type hints like `tuple[dict[str, str|float]]`...

Hi as the crossref API can be a bit slow sometimes, it would be great if there was a timeout option that could be passed to the requests call. As...

The copy operation raises a TypeError because the socket is not serializable. Copying the object should only prevent the handler from changing it so "orig.excpetion(e)" can still be executed. However,...

I am trying to receive a file with a Socks5 Bytestream (XEP 65) but the following error occurs: ``` Exception in thread event_thread_0: Traceback (most recent call last): File "/usr/lib64/python3.4/threading.py",...

Bug