-
**Brief description:**
Light up the "Convert to switch expression" refactoring for ternary statements.
This is a style preference.
**Code example that the analyzer should report:**
Currently, t…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
**Feature**
In assert statements, allow comparisons that don't appear to overlap. These are common in test cases, and tend to generate false positives.
One way to implement this would be to fil…
-
Now it's time to get serious with the module system. I think of this model:
- When you import an identifier, you are exclusively referring to the standard library. When you do an import like this:
…
-
Now format ruff-code :
```
with A() as a, B() as b:
pass
```
This code has problem: B don't readable.
We try other variant:
```
with (
A() as a,
B() as b,
):
pass
…
-
I'd be in favour of requiring `{` as soon as the body is pushed to its own line:
```r
function(arg) 1
function(
arg
) {
1
}
```
And conversely, always remove the `{` when folding ba…
-
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.3
### What versi…
-
Complete testing #6344, specifically, the workflow after the ECMPS user receives the login error, the user can sign and submit the cert statement(s) in CBSI, then log into ECMPS 2.0 with the login err…
-
When Duplicati "hangs" it is often an SQL query that is extremely slow.
There is logging before and after to capture the statements and the timing, but often the flow is:
1. Discover hanging backup
…
-
I have been trying to write collectives in JSON and running them on hardware. What I have observed that the JSON checker sometimes accepts and implementation, but that implementation is incorrect on h…