Andrey

Results 14 issues of Andrey

I added commands ``tabl`` and ``tabr`` (move tab to left/to right). And if I want to move tab to 3 positions to left I need to execute command ``tabl`` 3...

## Version 3.15.3 ## Development Environment Fedora Linux 35 x86_64 Firefox 100 x86_64 ## Current Behavior File: `apps/image-editor/src/js/ui/draw.js` ![изображение](https://user-images.githubusercontent.com/2122419/170474583-9fa275e9-630c-423f-a903-2c45ecce9cdb.png) ![изображение](https://user-images.githubusercontent.com/2122419/170474591-551aa088-f955-43c4-ac2e-c8f72bf0f368.png) I suggest make DRAW_OPACITY configurable by user (like a range...

Enhancement
Good First Issue 🙋‍♀️ 🙋‍♂️
Need Discussion

Library have template on pug, but don't have pug-plain-loader in devDependencies. So I have install it separately. You should put it to devDependencies in library package.json file.

When I call ``` Yii::$app->fs->getWithMetadata('/path/to/file', ['mimetype']); ``` I get: ``` BadMethodCallException Call to undefined method League\Flysystem\Filesystem::getWithMetadata ``` I found this https://github.com/thephpleague/flysystem/issues/461 Adding this line: ``` $this->filesystem->addPlugin(new \League\Flysystem\Plugin\GetWithMetadata()); ``` to _yii2-flysystem/src/Filesystem.php_...

Hi! Thanks for great lib! Issue from #55 appear again in 2.0.10. When i drag element after another in same branch - index of dragged element increased by 1. When...

Docs says that **nodeFoldedChanged** event will be deprecated. But when i fold node only **nodeFoldedChanged** emited, but not **node-folded-changed**.

* **Version**: 2.14.2 * **Web/Desktop**: Web * **Platform**: Fedora 24 x86_64 When I use Ctrl+F to filter designs and I press Ctrl and double click on design, it opens in...

Hi! Great library! Thanks for it. It will be more cool if you add slot for custom input field :)

Hi! It would be great if create-vue will be suggest adding husky + lint-staged. Like it was on vue-cli.

Hi! Can you add onClose option? I want to handle closing some of notifications.