Kirill Pletnev

Results 14 issues of Kirill Pletnev

### **Describe the bug** When vim-rainbow plugin is active it breaks jinja2 highlighting done by vim-polyglot. ### **To Reproduce** Put ``` Plug 'luochen1990/rainbow' Plug 'sheerun/vim-polyglot' let g:rainbow_active = 1 ```...

confliction with other third-party syntax plugins

Hello. I cannot figure out how to setup categories for `flake8` linter. I have the following config: ``` M.flake8 = { lintCommand = "flake8 --ignore=E501,W503 --stdin-display-name ${INPUT} -", lintStdin =...

Here is my `efm.lua`: ``` local M = {} M.luafmt = { formatCommand = "luafmt -i 2 --stdin", formatStdin = true } M.flake8 = { lintCommand = "flake8 --ignore=E501 --stdin-display-name...

Hello. I have `efm` set up within a module ``` local M = {} M.isort = { formatCommand = "isort --profile black -", formatStdin = true } M.autopep8 = {...

Hello. Is there a way to create a typesystem class one of the attributes to be represented in HTML forms as Radiobutton? ![image](https://user-images.githubusercontent.com/19948672/73526729-de74e100-4422-11ea-8eb0-99daed030be8.png) For now I use Choice but Radiobutton...

feature

Hello. Trying to use `packer` for the first time for deploying Ubuntu VM on my vSphere host. Got stuck with: ``` ./packer build test.json vsphere-iso output will be in this...

Hello. After successful `make make docker-image` I got and image ``` docker images REPOSITORY TAG IMAGE ID CREATED SIZE vrnetlab/vr-xrv9k 7.6.1 123ad8d55c1e 21 minutes ago 1.9GB ``` Then I run...

Hey. I am following the guide [here](https://github.com/vrnetlab/vrnetlab/tree/master/csr) but after the container starts it is not responding. So I have some old image `csr1000vng-Gibraltar-16.10.01aED.qcow2`. I did: ``` make docker-image ``` and...

When entering command-line window with `q:` get error: ![Screenshot_2](https://user-images.githubusercontent.com/19948672/158833645-825de023-2f46-44f1-a9ed-db2d7596d110.png)

Hello. I've just started looking on YANG and I am trying to build a python module using pyang and pyangbind. I've exported ``` export PYBINDPLUGIN=`/usr/bin/env python3 -c \ 'import pyangbind;...