-
## Problem
```sql
create table model (
col int not null primary key unique
);
```
## Expected
```prisma
model model {
col Int @id @unique
}
```
## Actual
```prisma
model …
-
### Is your feature request related to a problem? Please describe.
Now, when using `cargo clippy` to check the generated code, some **bad smell** may raise.
For example, when running `cargo clip…
-
We use the packages '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' with ESLint.
We have tried to keep our versions of these and ESLint in sync with HoundCI, but recently we starte…
-
Running `ant checkstyle` locally now generates errors:
```
Buildfile: /Users/uranusjr/Documents/programming/python/voc/voc/build.xml
checkstyle:
[checkstyle] Running Checkstyle 6.19 on 133 fil…
-
There are numerous ``DeprecationWarning` when running the `tools/populate.py` script, which is built on top of `datalad_registry_client`.
```zsh
❯ python tools/populate.py --start 60 --stop 65
/U…
-
### Steps to reproduce
1. Create a `TileOverlay` in Flutter iOS
2. Supply single-colored PNG tile with a transparency as all tiles
For example, use this as the tile:
![not_working_tile](https://…
-
In the file SkillAss.cpp, When doing iterations by progressive skills, there is a second loop that uses "i" again as a control variable, it should be "j"
First control var
https://github.com/ThePh…
-
I did a quick search of the issues, both open and closed, but didn't see something like what I'm proposing.
The problem I am having is that reek is throwing up warnings for scaffolding code that ha…
-
Coming from [here](https://github.com/troessner/reek/pull/959):
I'd consider initialising instance variables to nil is its own smell.
There is no semantic difference between:
``` Ruby
class Omg
d…
-
**What did you expect to happen?**
After setting up doom on a new system and installing all the packages listed in the warnings under the python section, I expected the fully-featured python doom set…