Rene Leonhardt
Rene Leonhardt
### Internal * Upgrade to JUnit 5
# Summary ### 📦 Chores * Update dependencies * Run Dependabot weekly ### Notes * Please check why Dependabot is not updating requirements.txt, maybe disabled or a bug? * Python...
### Issue Loving the `/copy` command, thank you! Would feature enhancements be possible? * Support a command flag to not copy the whole response, but only the extracted (markdown) code...
### 📦 Chores * Update dependencies manually * Make GitHub Actions more readable ### 🔒 Security fixes | Library | Vulnerability | Severity | |-|-|-| | certifi | CVE-2024-39689 |...
https://github.com/Delgan/loguru/blob/fa3746fe8ce354e8e32e444b2bc7e4221a88ac86/loguru/__init__.pyi#L215 It seems mypy 1.9.0 implemented a fix https://github.com/python/mypy/pull/14225, can `_HandlerConfig` be made actually usable now? 😅
My use case: I would like to print multiple tqdm progress bars and log messages at the "same" time in an asyncio app. Now all writes to stdout/stderr are interleaved...
### Discussed in https://github.com/tqdm/tqdm/discussions/1607 Originally posted by **reneleonhardt** September 7, 2024 Is it already possible to use tqdm with other async abstractions/implementations like [anyio](https://github.com/agronholm/anyio) (or [trio](https://github.com/python-trio/trio))? Adapted from the first...
Make sure that: - [x] You have read the [contribution guidelines](https://github.com/r2dbc/.github/blob/main/CONTRIBUTING.adoc). - [ ] You have created a feature request first to discuss your contribution intent. Please reference the feature...
### Feature Request Show [technical debt](https://medium.com/@ramanand.k/the-hidden-costs-of-technical-debt-what-lurks-beneath-bad-code-0b5f5390ae1f) numbers in `cargo upgrade` similar to like [badges](https://daily.dev/blog/best-practices-for-github-markdown-badges) do to encourage increasing maintainability, minimizing vulnerabilities, improving code and using new features. The simplest number...