Vlastimil Zíma
Vlastimil Zíma
Fixed at EuroPython 24 sprints. Based on the discussions at #91289 and EuroPython 24 sprints, I reformatted the text output of unittests to a single line for each test. Example...
This is a prototype solution for #999, see discussion there. This branch will be rebased a lot.
## Issue `--list-dependencies` in parallel runs makes dependencies printed, but whole standard output is redirected to logs. This causes the argument somewhat unusable. The dependency output should be printed to...
### Description I'd like to suggest a new option to include additional files to `bump` commit. This would be especially useful to include changelog or similar release-related files. Currently, I...
## What's the problem this feature will solve? Prepare `Loader` and `MemoryLoader` for support of TOML files #999. Extracted from MR #3309. ## Describe the solution you'd like * Update...
I write this issue as a feedback from Euro Python 2024 sprint to denote troubles I encountered as I contributed to cpython. **Describe the enhancement or feature you'd like** Missing...
We have a setup in which we use nextcloud as a single SSO service for discourse via discourse SSO. Recently it stopped working, so far for unknown reason. I was...
- [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## Feature Request I recently discovered djlint stopped linting and checking format of templates in our CI. (I...
Allow `auth` to be set to an empty sequence and act as if it was set to `None`.
I found out that a file like ```sql -- First comment SELECT * FROM first_table; -- Second comment SELECT * FROM second_table; ``` gets converted to ```sql -- First comment...