abcdenis

Results 16 comments of abcdenis

and when I have 5 trailing spaces in original text and 10 trailing spaces after changes then diff will look in the same way as it is now. I think...

I used to see this bug in PyCharm. I will check and notify PyCharm developers if need. Thank you for suggestion.

@gerrywd This is strange a bit to do some calculation as default parameter value. Use sentinel (None) instead: ```python #!/usr/bin/env python3 from datetime import datetime, date from freezegun import freeze_time...

@kishibashi3 Test source will be appreciated :)

Same problem started from ugrading to MacOS Mojave 10.14.6. Got it on 1.6.7, 1.6.6, 1.6.5. Since I use Wi-Fi SSID as the only evidence source, ControlPlane rendered unusable for me...

Spoiled my readme.txt with red text so I had to turn plugin off. 2020.2-202

Thank you! I expected plug-in options to be on plugins page not on all PyCharm inspections.

@kevinjalbert this doesn't work. What I did: - wrote script `terminal-notifier-stask.sh` ```bash terminal-notifier -message "group1" -group group1 terminal-notifier -message "group2" -group group2 terminal-notifier -message "group3" -group group3 terminal-notifier -message "group4"...

Is `/home/lyf/hsw/try/trankit.py` your sample file? If yes, try to rename it to `my_test_of_trankit.py` and run again.

``` When using wxFD_MULTIPLE, must call GetPaths() instead ``` Can be fixed by using `dialog.GetPaths()[0]` instead of `dialog.GetPath()`