Dmitriy Lazarev

Results 74 comments of Dmitriy Lazarev

#1032 Here same issue. But I don't know why `sshKeyFromAgent(userName)` return invalid credentials. For me only `Git.Cred.sshKeyNew(...)` is work correct. And I think this is ugly workaround solution.

@gbahamondezc, I don't know why this workaround is not working for you. I think is better switch to https://github.com/steveukx/git-js this package.

@ArthurStam I use this example from tests https://github.com/nodegit/nodegit/blob/master/test/tests/clone.js#L210-L234

Here is a list of all public repos where is used effector https://gist.github.com/wKich/61479f0fa27de827fc6dae53f89f38b7

It could be fixed by #27 @nanot1m has appropriate changes in his fork https://github.com/nanot1m/typed-css-modules

Есть вариант смотреть на валидность даты ```js DatePicker.validate('31.03.0002'); // => false DatePicker.validate('31.03.2020'); // => true ```

А почему бы не заиспользовать `CustomComboBox`? Большая часть логики в `TokenInput` повторяет логику `ComboBox`, но не всю из-за чего компоненты работают по-разному.

Дизейблить сейчас можно только те дни, которые выходят за диапазон `minDate/maxDate` Помечать же красным, конечно можно, но это больше подходит только как временное решение. Сейчас не понятно как должна выглядеть...

Мне не очень нравится вариант появления ещё одной функции `isDisabled`.