Sindre Sorhus

Results 4146 comments of Sindre Sorhus

It's too opinionated to put in `alfy.fetch`, but I don't mind adding it here as it could speed up subsequent requests. PR welcome.

I would usually agree, but for npm packages, I want to also see the the number of stars and the code structure quickly, not just the readme. When https://github.com/sindresorhus/alfy/issues/36 is...

The results are sorted based on an [advanced algorithms](https://github.com/npms-io/npms-analyzer/blob/master/docs/architecture.md) that takes a lot of factors into account, including GitHub stars. I don't think stars alone is a useful measure.

`alfy.log` simply passes it to `console.error`. Alfred documents that you can output to stderr for debugging. https://www.alfredforum.com/topic/9170-alfred-3-tip-use-stderr-to-output-to-the-debug-console/

What's supported is documented here: https://github.com/sindresorhus/alfy#list

I didn't know about this, but would definitely be useful. A pull request would be lovely :D

@mdeboer https://github.com/sindresorhus/alfy/issues/54

For anyone that wants to work on this, see the discussion and feedback in https://github.com/sindresorhus/alfy/pull/44.

If anyone wants to work on this, see the initial attempt in and the feedback given there: https://github.com/sindresorhus/alfy/pull/122#issuecomment-854110355