James Sumners

Results 779 comments of James Sumners

It would be easier to list it with https://jitpack.io and detail it in the readme.

This project seems abandoned. Here's a version I created -- https://github.com/jsumners/alfred-emoji

The `:metal:` emoji also doesn't copy to the clipboard.

For what it's worth, I think this would be quite useful. I was attempting to use `nock` with `undici` today and was initially baffled as to why the request was...

> For those who looking for **fetch** like lib for node that works with `nock` you can try [rekwest](https://www.npmjs.com/package/rekwest) > > * Works like a charm 👌 > * Enterprise-grade...

Just having this exact problem and the docs were not helping. Ideally, `.reply(400, 'Custom status message')` would do the trick. Or `.replyWithError(400, 'Custom status message')`, but this doesn't send a...

@mastermatt yes, I'm just adding support for that solution being documented at least.

In the Fastify org, we have the stale bot configured to ignore certain labels like "good first issue". Should that be the case here as well?

So if an issue is labeled as "good first issue", and hasn't been resolved, how will new contributors know that the good starting point still needs work?

@davidmarkclements is most familiar with the browser code. He might chime in?