Ivan Zuev

Results 12 comments of Ivan Zuev

> Thank you for this PR 👍 and sorry for the delay in responding, could you fix the golangci-lint issues? > Trying to test this PR this weekend and give...

Hi @erikras, any thoughts about this? May be any temp workaround? For my use cases redux-form v8 is completely broken because of this issue.

@NikitaKA any updates on this? Did you make it work?

@zamnuts thanks for response, I have finally got reverse order of history, but I still have one issue. Here is piece of my code: ```javascript revWalk.reset(); revWalk.push(someCommit.id()); revWalk.sorting(Git.Revwalk.SORT.TIME, Git.Revwalk.SORT.REVERSE); revWalk.next().then(commit...

https://github.com/typeorm/typeorm/issues/9484 https://github.com/typeorm/typeorm/issues/8916

Good idea, but not easy to implement. As a alternative solution I would suggest to use any bundler (weback, for example) which is able to "shake dependency tree" and add...

> Is there any update on this? Not yet, sorry. Will take a look at this next week.