Jan Vlčinský
Jan Vlčinský
`yapf` has very similar command line interface as `pyformat` but provides one additional one: pass a code via stdin and print result on stdout. Such a feature makes it very...
We used dockerize with script, which is regularly fetching some external data. The script is here: https://gitlab.com/tamtamresearch/cet/datahub/app-es-openlr/svc_es_openlr_doit/snippets/1908196 After a day we have found, CPU usage (in %) is growing: ...
In PR #7 and one previous one I have run into an issue, that `isort` `pre-commit` check passed locally (using `tox -e ling`) and failed on Travis or vice versa....
Currently, when a command is sent to a docker image (e.g. `ping google.com`, or `find .`, only first lines of the output are shown in vim window and after the...
I am aware that usability can become never ending story. Anyway, as I feel the `vim-docker-tools` is hitting the need of couple of users, here is my humble contribution to...
Currently the specification of host and port must be in form "{host}:{port}". In many cases the url to check is already present in the system configuration in form of connection...
**Oni Version:** 0.3.9 **Neovim Version (Linux only):** 0.3.3 **Operating System:** Debian Stretch **Issue:** When nvim 0.3.3 installed, oni starts very slowly and then does not function. It is even not...
LspConfig provides [instructions for configuring lemmings](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#lemminx) LSP server for xml, xsd and svg. LspInstall does not provide an option to install required binary. lemmings can be installed as Java project...
**Describe the bug/feature** Using kadet, objects serialized into JSON preserve original order of keys while for YAML the keys get sorted. This is inconsistent (JSON vs YAML), but most importantly,...
Current documentation is proposing to contribute via GitLab. I tried that but failed. Using feature branch my push to GitLab project repo was rejected with "You are not allowed to...