Benjamin Lupton

Results 459 comments of Benjamin Lupton

Not sure how much time you have, but I'll happily take over maintenance of this project if you don't have the time

While it isn't a badge, [projectz](https://github.com/bevry/projectz) will autogenerate installation instructions for browserify if `browsers: true` was in the `package.json` file. You can see this in action on [miniview](https://github.com/bevry/miniview) Alternatively, if...

Older releases had the ability to pause and resume, however I pulled it. Perhaps the reasoning is in the commit history, changelog, or issue tracker somewhere, as I cannot remember...

It seems we can use `process.memoryUsage()` perhaps. However, that is for the entire app, not just the particular scope. So if the app has something happening in the background somewhere...

So I think that TaskGroup and Task should function as promises in the upcoming release, as well as check for promises. Ambi should not be updated. what will need to...

Well, all functionality will be the same. The only changes it seems are having `.then` and `.catch` and perhaps the constructors behave according to the promise spec. As well as...

pushed up the initial work for this during 2017-03-28 over at https://github.com/bevry/taskgroup/tree/feature/promise

So ambi support for promises completed a while back https://github.com/bevry/ambi - all that is waiting for this is the implementation of it along with prior work if there is any...

Sure, setup-util-bash unzips and builds. Others unzip multiple files, and others unzip a single file. If you have vscode you can run `dorothy edit` then file search for `DOWNLOAD_ARCHIVE_GLOB`