Nikolay Borzov

Results 19 issues of Nikolay Borzov

`eslint-config-standard` 17 has been recently published. It replaced its `eslint-plugin-node` dependency with `eslint-plugin-n` (I guess because the former is not maintained)

**Is your feature request related to a problem? Please describe.** Some of the visualization features (e.g. coloring) are implemented by modifying webtreemap source. Other features `source-map-explored` needs are missing (tooltips,...

🚀 enhancement

Just a joke

🚀 enhancement
🗨 discussion

If there is a very small difference between images (e.g. open/closed eye, mouth shape change) its hard to notice what exactly is different even though the app highlights the region....

enhancement

After selecting the theme and restarting I see the following: ![image](https://user-images.githubusercontent.com/4221449/44401291-371e2a00-a55f-11e8-9e5d-c370a23c7002.png) Also `Global Styles` Style panel is empty

bug

I'm generating an XML file (using `ejs-webpack-builder`): ``` 911dca27-02ec-42c4-8cc3-857c3acfa8f9 ``` And get result: ``` 911dca27-02ec-42c4-8cc3-857c3acfa8f9 ``` I'd expect: ``` 911dca27-02ec-42c4-8cc3-857c3acfa8f9 ``` I tried using `_%>`, but it adds offset from...

In Vue environment it's rarely necessary to assign id attribute to an element. Now user have to set an unique id otherwise there will be elements with the same id...

Like these: ``` dist/vue-muuri.css 8:1 × Expected no more than 1 empty line max-empty-lines 11:1 × Expected empty line before rule rule-empty-line-before 21:1 × Expected empty line before rule rule-empty-line-before...

Usually grid item's width and height depends on content width and height. Therefore it would be great to have a fluid item ```vue export default { name: 'item-fluid', props: {...

After calling `npm run dev` I got: ``` ERROR in ./test/visual.js Module not found: Error: Can't resolve './specs' in 'E:\experiments\vue-muuri\test' @ ./test/visual.js 71:19-51 @ multi (webpack)-dev-server/client?http://localhost:8081 ./test/visual.js ``` OS: Windows...