Dmitrii Vinokurov
Dmitrii Vinokurov
I'm trying to create Windows service from my Python code using cx_Freeze. Python code works fine, it's debugged and reliable, but when I create exe file I got problems. Here...
Tried to follow zsh autocomplete configuration guide from https://pypi.org/project/argcomplete/ (section "Zsh Support") but haven't succeeded. If I add to `.zshrc` this (as in guide): ``` autoload -U bashcompinit bashcompinit eval...
Hi! Faced strange situation with timestamps. Briefly: 1. If timestamp is taken from `datetime.datetime.now()` - everything is ok. 2. If timestamp is parsed from the date which looks same -...
Hi! We are using k6 at work and implemented wrapper, which executes k6 on our own cluster multiple instances. Currently I join summaries from k6 `--summary-export` from all instances, but...
I'd like to request feature - specify branch name in commit comment. Currently if I commit something, does not matter on what branch, I get same comment from for example...
**Describe the bug** If there are double quotes in commit message - comment formatting in Taiga is broken. **How can we reproduce the behavior** Just make commit with message like...
**Please describe the problem / need you are trying to solve.** If follow model "commit branch -> dev branch -> main branch" there will be a lot of same comments...
Could not use `markdown_to_dokuwiki.py`, got following error: ``` $ python2 markdown_to_dokuwiki.py input.md Traceback (most recent call last): File "markdown_to_dokuwiki.py", line 156, in return_code = main( files ) File "markdown_to_dokuwiki.py", line...
I've built util using instructions from repo description, added ``` let g:XkbSwitchEnabled = 1 let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib' ``` to `~/.vim/vimrc` and now get error while opening Vim: ``` "~/.vim/vimrc"...