Constantine Gosteev
Constantine Gosteev
when i click on 'show diff' icon, i got this error in console. when i write the same in git bash, no error occurs:   this happens only with...
i upgraded from v3.4.3 to v4.0.0 and noticed that not all links triggers "out" animation. moreover, appearance of transition was depending on node depth. after some researches i found that...
There's an error when plugin is inited second time as: ```js new InputMask(); ``` Bypass: ```js new InputMask({ masked: ".masked" }); ``` but source should be edited as here https://github.com/estelle/input-masking/pull/8
Hello. It would be great to have ability to run tasks sequentially holding ctrl button. In my current project there is many gulp tasks, so writing additional tasks will clutter...