Daniel Di Sarli
Daniel Di Sarli
This PR adds the following features: - support for loading arbitrary markdown files from the file system tree - support for `_spec_.{yaml,yml,json}` files, which do not generate a new category...
This PR adds support for setting the value of the server variables. ----- # Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've...
Hello, is there a way to skip external URLs? Filtering with a regex such as `^(https?://)` doesn't work, since it will match all URLs (see #382 for more information) I'm...
The values should be persisted across reboots.
Initial support for Qt6 - builds on Linux and Apple Silicon. Any help testing this would be welcome :) --- ## Notes - In `configure`, qtchooser has been removed (it's...
We need to switch our build system from qmake to cmake. **Help needed.** See: - https://github.com/notepadqq/notepadqq/pull/357
Here: https://github.com/samuelcolvin/arq/blob/9d7944bd9d477e8631b34091d97abb03134c3a25/arq/connections.py#L162-L174 If expires_ms is negative (`score - enqueue_time_ms + self.expires_extra_ms < 0`) then we get a crash: > redis.exceptions.ResponseError: Command # 1 (PSETEX arq:job:677f11b1fbaf40c48b656cf35054851b -2505600000 ��g}�(�t�N�f��XXXX��a��)XXXXXXX����k�}��et���>��u.) of pipeline caused...
**Describe the bug** Sometimes, the FastAPI router itself doesn't know where it's going to be mounted. This makes it impossible to mount a FastApiMCP instance under a given path. **Example**...