Mikhail Liamets

Results 5 issues of Mikhail Liamets

**Describe the bug** FastAPI's `default_response_class` parameter is ignored by class-based views. This is important when, for example, trying to override the default JSON encoder. **To Reproduce** Steps to reproduce the...

bug

### Brief summary of the change made Responding to https://github.com/sqlfluff/sqlfluff/issues/5732, I figured that `sqlite` dialect implementation somehow breaks the original `ansi` rules for `ALTER` statements. Trial and error showed that...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened I used sqlfluff to format my sqlite code and it failed to...

bug
sqlite

After running the following command inside Debian GNU/Linux 10 (buster) docker image, I see multiple defunct processes. Each consequent run gives birth to 4 more zombies. ```pyppdf -a "{'args': ['--disable-gpu',...

It would really be nice to be able to have an option to enable word wrapping. It is disabled by default, and I have not found a way to turn...