Alexandr Zaytsev

Results 33 comments of Alexandr Zaytsev

Hi What is use case for this?

@amelon , thanks. Contribution is welcome (src + test).

> Could you add method to get the current state? > https://github.com/nervgh/recursive-iterator/issues/3#issue-111152635 Please, add only the `RecursiveIterator#getCurrentState()` method. If you rename the `RecursiveIterator#getState()` method then backward compatibility will be broken.

No, there isn't. I hadn't keep in mind the binary trees or the trees with the fixed depth when I was implementing it.

Hello! Thank you for your answer. I think **angular-tabs** is deprecated. But you could fork this project and apply your changes.

@brycehanscomb > Do you consider this repo deprecated because you now recommend something else? If so, please let me know so I can start using it! Please, see [that](https://github.com/nervgh/angular-file-upload/issues/676#issuecomment-251182640) my...

Thank you for your reply! > Your wrapper isn't correct (it ignores error cases) It resolves errors (It doesn't throw them). > This library works down to node 0.4 I...

For me this Dockerfile works well: ```dockerfile FROM node:14-alpine # Alpine and node-rdkafka # See https://github.com/Blizzard/node-rdkafka/blob/master/examples/docker-alpine.md RUN apk --no-cache add \ bash \ g++ \ make \ python3 RUN apk...

@ljharb > https://github.com/caolan/forms/compare/file_input is my attempt, but it's not working yet, and I haven't had a chance to work on it in awhile. It looks like all tests passed. What...