daiscog
Results
2
comments of
daiscog
@maxokorokov this is actually a serious concern for accessibility. It's not just about being able to "select" the text of the tooltip. Some partially-sighted users may use screen magnifiers to...
HI! I'm also having an issue with async iteration. I've created [a minimal example here](https://github.com/daiscog/unzipper-issue). The TL;DR is I'm doing something like this: ```javascript const zip = fs.createReadStream(zipFile).pipe(unzipper.Parse({ forceStream: true...