Jan Vlčinský

Results 70 issues of 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/635911/68039792-2c1b6980-fccd-11e9-99f0-1e7d9ce5fbac.png)...

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...

enhancement

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...

enhancement

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,...

Stale

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...