-
The `currency-codes` package is 4 years out-of-date and looks like it is dead. The ISO 4217 standard has had many updates since that time, but the package does not reflect them.
- https://github.co…
-
Thanks for open sourcing this project. It's really useful to run on larger projects and remove years of built up dead code.
I'm starting this thread to collect ideas on how to make it faster. I'll …
-
Agenda:
- [ ] Check in on climate coding challenge. Most people seem to be finished with the example Boulder, CO coding challenge -- make sure that everyone's has committed and synced all their wor…
-
### Reason/inspiration (optional)
the reason would be to make the collection more comprehensive, and a one-stop solution for someone looking to get to know the basics for the same.
this is the bas…
-
Hi developer,
There are lying code
@shared_task(queue='order_queue',time_limit=10)
def create_order_task(order_id):
# try:
# print(f'创建订单任务: {order_id}')
# …
-
PR #1071 made the channel factory async close path remain async. This appears to have made the synchronous code path unreachable, because the low level IAsyncCommunicationObject logic uses the async …
-
There is a just a lot of configuration files in this repository that makes it very hard for anyone new to understand what is going on. Adding some basic docs (like apps vs packages, what is being depl…
-
If a private class, mixin, or enum is never referenced outside of an is-expression, and is referenced in the right side of an is-expression, and the is-expression is part of the class of expressions w…
-
### Apache Airflow version
2.9.0
### What happened?
There is a part of code that may have been dead since airflow 2.0.0 for task logs prefix. The code is extending a StreamHandler which is …
-
### Code
```Rust
#![feature(associated_const_equality)]
trait Tr {
const I: i32;
}
impl Tr for () {
const I: i32 = 1;
}
fn foo() -> impl Tr {}
fn main() {
foo();
}
```
…