Sławomir Ehlert

Results 23 issues of Sławomir Ehlert

Disclaimer: I was hesitant whether I should report this as a bug or rather a "Feature request". **Describe the bug** In a project dealing with multiple sub-projects in a single...

T: enhancement
C: configuration

Please test and comment

help wanted

I recently had to "clean" a log file from ANSI codes. Couldn't find a quick solution for this in bash, so I turned to rich-cli, but wit no luck either....

Add a `--ansi` option that leverages rich `Text.from_ansi` method. This can be useful for stripping a file from ansi codes: ``` rich --ansi text_with_ansi_codes.txt > text_stripped.txt ``` Fixes #83

Hello! First of all, congrats on the v2 release. Really excited about the project! Is there currently any way to exclude certain files from being processed? We have a bunch...

enhancement

this sets a new env variable called `ENVDIR_PS1` before running a new shell so for example in bash it can be used to set a new shell prompt (similar to...

enhancement

For a simple JSON doc ```json {"z": "first", "a": "last"} ``` `gron --no-sort` keeps producing wrong results at around 12% rate. Tried it with: ```sh $ for i in $(...

When using the `--ungron` option I'd expect the `--no-sort` option to take effect too, but unfortunately it's being ignored. Example: ```sh $ echo '{"z": "first", "a": "last"}' | gron --no-sort...

As of Django 1.4 there's a Database var in base.py in backends. Some apps can rely on this. In Django 1.6 BinaryField also relies on this. sorry for some extra...

This PR addresses the issue (point 1.) from https://github.com/tiangolo/fastapi/discussions/10697 Add missing `mode` argument when calling `create_response_field` for "custom" response models defined in the `responses` option of a route. The same...

bug