Mikhail Panichev
Mikhail Panichev
При сборке образа возникает ошибка `E: Package 'libpng12-dev' has no installation candidate` На stackowerflow рекомендуют устанавливать `ibpng-dev` - решило проблему
Can I disable hotkeys and collapse console by default? Also I want to change browser title template. There is no API documentation I found 😞
I saw [this post](https://www.picuki.com/media/2229336102125338862) but couldn't find any info. I would like to connect OLED screen (SSD1306) and have some questions: 1. Should I solder I2C resistors? - If I...
Thanks for the awesome plugin! Is it possible to not close the group when FileBrowser tab has been closed? I work with a two-column layout and use FileBrowser like a...
#61 ## Use cases - User enables the grid (and/or horizontal lines) overlay. User refreshes the page. After the page refresh the grid (and/or horizontal lines) overlay is rendering automatically;...
NOTE: when (if) you will merge [this pull request](https://github.com/eBay/Design-Grid-Overlay/pull/65), you should edit it's code too (because there is a duplicated code).
When grid is on and I change gutters size by holding arrow up (or down), grid toggles many times very fast and then disapears
[Animejs docs](https://animejs.com/documentation/#update) Emit events in Vue for animation callbacks.
This should affect only arrays and objects animations. For now, enter and leave keys are just added or removed from target [eg](https://github.com/denisinvader/vuenime/blob/master/src/Vuenime.vue#L94). It would be nice to add `enterValue` and...
Affects arrays animations and maybe objects animations. As the component animates an object even for array targets and we can't use [native Animejs API](https://animejs.com/documentation/#functionBasedParameters) there is should be wrapper function...