Nick McCurdy

Results 345 comments of Nick McCurdy

Hm, I started a fix but I realized that `tempUtils.renameFileTo()` will need to be changed to inform `temp` of the file renaming. I might have a PR soon.

Is there a way we could also support async iterables? From what I understand, you couldn't use them with `use` because they're not necessarily generator functions, and you couldn't use...

I've also been getting 502 Bad gateway intermittently for my package [`react-unpin`](https://npm.im/react-unpin): https://tsdocs.dev/docs/react-unpin

I know, the issue is intermittent.

@hyperupcall I think that's just for code editors, not discussion editors, right? We could shift focus to supporting discussion editors since GitHub's VSCode based editors (replacing code editors) already support...

It seems like this hasn't been updated since [`browserslist-lint`](https://github.com/browserslist/lint) was created. Can this be updated or closed?

We could also use ESLint style `// next` or `/* enable */` comments.

I tried to start this in #55, turns out it's a lot of work because we're coupled with how `supertest` can make requests against servers and callbacks. While Jest makes...

Thanks, I'm aware of that, I actually used it in some in progress code for migrating away from supertest. However, Jest has `resolves` and `rejects` matchers and async/await support (and...