Dylan Greene

Results 32 issues of Dylan Greene

When `setInterval` isn't able to fire at a steady rate the spinner animation is jerky. This can create a negative impression about the performance of what's actually happening while the...

Is there interest in adding `waitFor`? http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#waitFor-property

### Version 0.1.3 ### Platform Darwin dgreene-mbp 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? Repo case: [https://codedamn.com/playground/--6R64znbeUkhqixLdUX_](https://codedamn.com/playground/--6R64znbeUkhqixLdUX_)...

node.js
polyfill

https://github.com/isaacs/node-tap https://github.com/substack/tape Update: Hi, I'm in a new job now and I've decided to use Jest instead of tape, but I'll leave this ticket open for those who are still...

feature request
testing framework

Would be fun to run on sites to peak at their bundles.

I can probably do this using streams, but I have hundreds of repos. Something like what [Gitscout does](https://gitscout.com/) would be nice: [](https://gitscout.com/)

Sometimes it's dangerous or undesired to run all of a multitask's subtasks by default. Proposal: an option to set the default behavior when a subtask is not specified instead of...

tasks

The problem is that Grunt loads **all** tasks every time it runs. Even if the user just wants to run `grunt jshint`, it will still load `grunt-uglify`, `grunt-sass`, etc. This...

enhancement

It would be nice to know what files thinks have changed. This can help debug issues where changing a file doesn't reload, or when it reloads without changing a file.

accepted
help-wanted

# Suggestion The extended diagnostics information is helpful, but overwhelming in enterprise monorepos with hundreds of packages. It's not sortable or easily human grokable. If the data was in JSON...

Suggestion
Awaiting More Feedback