Sławomir Ehlert

Results 43 comments of Sławomir Ehlert

> But would https://github.com/psf/black/issues/1826 be enough for your use case? Thanks. I think it would, yes. Although IMHO this behaviour is confusing, given that `pyproject.toml` is becoming (or even already...

> Could you elaborate a bit? Oh, sorry @felix-hilden, I didn't mean the behaviour/solution in #1826. It would improve the current situation and it is explicit (even if slightly more...

I hate to be that guy, but... has there been any progress on this? 😬

That's a great idea. Would you mind opening a Pull Request for this?

This bug and e6594376c13 bit us recently. When we return errors we just want them to be simple texts. Now django-htmlmin is wrapping that text with HTML tags. I realize...

Inspired by ["Debug-on-Error (in Case of Step Failures)"](https://behave.readthedocs.io/en/stable/tutorial.html#debug-on-error-in-case-of-step-failures), I've tried using a step hook for this and it works kinda nice: ```py import behave from behave.model import Step from rich.console...

As mentioned in https://github.com/dependabot/dependabot-core/issues/2040 already, this issue isn't exactly the same as #2040. This one here is about getting support for pre-commit hook/repos version updates (similar to `pre-commit autoupdate`). While...

Hi! Even with this fix I can't seem to manage to edit an input box to change a date. Did you manage to fix this use case as well or...

I mean. I have a prepopulated field (as a component with data-date) with a date and it seems that I can't change it with keyboard only (or when i manage...