Results 62 issues of Sergey Vlasov

### Steps to reproduce 1. Visit https://vuematerial.io/components/autocomplete/. 2. Scroll to **Custom Template** example. 3. Click the input field and select any color from the drop down. ### What is expected?...

bug
help wanted

I noticed that variables are highlighted only in double quotes. ![image](https://user-images.githubusercontent.com/717109/37285935-36e63544-2609-11e8-89e6-7235cb969e8d.png) What about non-quoted ones?

Improvement
good first issue

There is no `uninstall` target for make: ``` sudo make uninstall make: *** No rule to make target 'uninstall'. Stop. ```

documentation

Using the latest `python-miio` (at this moment `0.5.0.1`) fails with: ``` $ python firmwarebuilder_0.3/flasher.py -f output/v11_001856.fullos.pkg Flasher for Xiaomi Vacuum Address is not set. Trying to discover. Connecting to device...

**firmware:** `v11_001856.fullos.pkg` **sound pack:** `English.pkg` **firmwarebuilder**: `v0.3` `imagebuilder.sh` places the sounds under `/opt/rockrobo/resources/sounds/en` but is the cleaner still uses the Chinese sounds under `prc/`. How would the cleaner know that...

Is there any way to use ANSI color codes in candidates? ``` candidates=('HELLO' $(echo -e $'\e[36mWORLD')) ``` will output ![image](https://user-images.githubusercontent.com/717109/104598423-3c73f600-567f-11eb-9409-dd50fd1eab9e.png)

In my source I have only one action. But having only one element in `actions` and `act_descriptions` arrays does not execute the action for me when candidate selected. To work...

By accident right clicking on the tab bar can initiate a destructive action, with no way to undo it. It would be great to incorporate some kind of confirmation dialog...

It's a bit complicated to package `cpsm` without a release tag. Please add a tag with `v0.1` or something that indicated a version number.