Ruslan

Results 22 issues of Ruslan

Revert deleted documentation on setting up Black using IntelliJ external tool or file watcher utilities Issue: https://github.com/psf/black/issues/3271 ### Description Add documentation section on how to set up black in IntelliJ...

T: documentation
C: integrations
skip news

Is it possible to make the extension automatically remove the asterisk symbol from the search bar when none of the bookmarks satisfy the search and you want to search with...

What if I need to run this playbook on multiple hosts (which is usually the case), how can I iterate over my inventory file? So that I do not have...

So I have the following: 1. Downloaded the code 2. Installed python - **First problem** 3. Created virtual environment and activated it 4. Installed dependencies 5. Ran ./build.pyu - **Second...

Would it be possible to add integration with [Dramatiq](https://dramatiq.io/) message queue? If not, do you guys have any pointers how I can send a correlation ID into a dramatiq task...

suggestion

I'm trying to read a poetry toml file (which I'd think should not matter since it's a regular toml file) like this: ``` import rtoml obj = rtoml.load("pyproject.toml") print(obj) ```...

I have successfully ran git-filter-repo as ``` git filter-repo --invert-paths --path server/apps/main/external_sources/file.py --force ``` It did exactly what I wanted it to do, it removed all references to that file...

Is it possible to pass a shortcut combination through a script to position cursor at the end of the text so i can just continue typing? I'm using Text Wrangler....

I have the following code in the Django template: ```python {{ form.username|attr:"name:email"|as_crispy_field}} ``` but when I inspect the element in the Chrome Dev Tools I can see that the element...

Do you have any pointers how to add: 1. Integration with a library like [Django GUID](https://github.com/snok/django-guid) 2. Or add a custom correlation ID to every Dramatiq task so I can...

help wanted
question