Maksim Sinik

Results 77 comments of Maksim Sinik

We worked on CouchDB lately and it might be broken at the moment.

Hi!Thanks for this important suggestion and feature proposal! Can you please elaborate on how the feature has to work in your opinion? It could be helpful in defining the user...

Hi! I am going to to look into this ASAP and hopefully fix the problem definitely! @reidmeyer you are right: we miss the documentation that explains how to use all...

Hi! I've looked into this. The real problem is TypeScript version > 3.9.x that changed how union types work. Our dependency is listed like `"typescript": "~3.8.2"` so it wouldn't be...

Could be a hoisting problem! Ok, lets see if my last commits fixes it! Thanks again.

Hi. This is surely one of the feature that we will have. However it is too early to implement it right now: we still need some backend stuff to be...

This is a different issue that has been fixed by @tehKapa: pull the last version and make sure to do a `yarn install` in order to force that package to...

OK I found the reason of this. https://github.com/typicode/husky/issues/667

Another issue that came to life: husky stops working if package dependencies were installed using yarn workspaces. However it is not consistent.