Matthieu Devlin
Matthieu Devlin
The rule for blockquotes uses an optional space after the `>` so strings like `>10mg` get parsed to ``` 10mg ``` I believe that the space after the `>` should...
# I have made things! ## Related issues Closes #2043
# Bug report ## What's wrong When creating a custom model field with a constructor that uses `*args, **kwargs` to pass arguments to the parent constructor, attributes that change the...
**Describe the bug** The `components` filter on the file page does not filter to the correct component. It is correct on the file explorer directory view and is correct on...
- `@testing-library/jest-dom` version: 6.6.4 - `node` version: 22.17.0 - `jest` (or `vitest`) version: 30.0.5 - `npm` (or `yarn`) version: 4.9.2 (yarn) ### Relevant code or config: ```js it('changing style', ()...
### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Postgres supports variables that can be substituted into SQL statements - see...