Pavel Griaznov

Results 37 comments of Pavel Griaznov

@zyuhel Я с джанго не работал никогда. Как видишь ток в регулярки могу) Ну и когда ты говоришь про вирт колонки мне это ни о чём не говорит, к сожалению....

Я к сожалению на PyCharm community editions и с питоном последний раз связывался лет 7 назад, так что мне стыдно PR открывать, но по-моему что-то такое должно помочь. Можешь дать...

@ngrishanov спасибо, это было полезно, теперь я осмелел до PR. Сделаю на днях, но мне с ним явно нужна будет помощь) 1. Ок 2. Ок 3. Косяк. Но как тогда...

@tobiasolof what do you mean exactly by pagination? Currently I can use PgDown and PgUp in search mode. Is there something specific about "the terminal view remains unchanged after exiting"?...

I tried to minimize example for reproducing the issue ```bash function prompt_comm() { local EXIT=${?}; PS1="\u\h:\w \t\n[${EXIT}] \$"; } PROMPT_COMMAND="prompt_comm" HISTCONTROL=ignoredups:ignorespace:erasedups shopt -s histappend shopt -s checkwinsize shopt -s globstar...

Thank you for the time spent on this, I think I found something: ```bash export HISHTORY_SERVER=https://private.server HISHTORY_SERVER=https://private.server export PATH="$PATH:/home/grbit/.hishtory" source $HOME/.hishtory/config.sh function prompt_comm() { local EXIT=${?}; PS1="\u\h:\w \t\n[${EXIT}] \$"; }...

A new release was made, can you check it it fixes your problem?

I can give you a simple advice for the 2nd use-case: just add a comment If I need to be able to find my command easily whether it's fzf or...

That's not normal. Yet, I would bet that's not the app problem, but your distro problem. I would try to run the program in console and check the logs. App...

> Your `LANG` and/or `LC_*` variable(s) is not getting passed correctly. Thank you very much! Indeed, setting those variables helped and solved the problem instantly. I think I can add...