-
Hi! I'm currently working on packaging 0.6.0 for Arch Linux. In the packaging environment we usually run the test suite of upstream projects to have easy integration testing upon upgrades.
Unfortun…
-
Aider version: 0.60.0
Python version: 3.12.7
Platform: macOS-15.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.1.0 (64bit)
Git version: git version 2.39.…
-
I've found the need for an MPI-compatible logger in my own projects. I've been using the standard `logging` module and at one point wrote a pretty crude wrapper for this, but I only just found this pr…
-
### Is your feature request related to a problem?
Much of the command line output for TopoStats is not required for observing the running of a TopoStats workflow by the user, and the sheer number of …
-
We have a python project with loguru as dependency (version is not pinned) and one of our CI job running on ubuntu bionic (python 3.6) is failing. It seem that loguru was updated to 0.6.0 and raised t…
-
```
import json
from loguru import logger
logger.add("runtime.log")
logger.add("special.log", filter=lambda record: record["extra"].get("name") == "special")
special_logger = logger.bind(name…
-
## 🐛 Bug Description
When running the following (note the last 2 args) command
```
python data_collector/yahoo/collector.py update_data_to_bin --qlib_data_1d_dir ~/.qlib/qlib_data/us_data --reg…
-
I customized a filter for loguru, named `correlation_id_filter`, In this filter, I added a field `correlation_id` on record,
the value is `correlation_id.get()`, When the value is `None` or `''`, th…
-
安装好依赖后(执行pip install uvicorn fastapi httpx loguru diskcache apscheduler redis -i https://pypi.doubanio.com/simple/ 安装依赖包),在sign.py同级目录执行 uvicorn sign:app --host 0.0.0.0 --port 8081 命令 出错!!!
root@…
-
### Expected behaviour:
seen plugin is expected to reject fetched task.
And I find that, if you update config, it may never remember any task
for example, I have a rss with dynamic torre…