Timothy O'Keefe
Timothy O'Keefe
I've noticed an issue with regex matching when the incoming HTTP request specifies a non-standard port. Related to #94 perhaps ``` python #!/usr/bin/env python import re import httpretty import requests...
I recently installed Mercure `0.3.0-beta.2` using docker compose (pulling images on Docker Hub) When receiving the DICOM files, the `mercure_receiver_1` container shows the following error ```bash bin/ubuntu22.04/getdcmtags: error while loading...
When running watchdog under Python 3.13t (with the GIL disabled), Python re-enables the GIL and prints the following warning ```bash :488: RuntimeWarning: The global interpreter lock (GIL) has been enabled...
I spent some time trying to debug a memory leak caused by calling `plotly.express.line` within a Dash [live update](https://dash.plotly.com/live-updates) callback under a Python 3.13.3t (free-threaded). Setting `PYTHON_GIL=0` or `PYTHON_GIL=1` appears...