Waldir Pimenta
Waldir Pimenta
It would be nice to merge efforts. Clickable link: https://github.com/sindresorhus/awesome /cc @sindresorhus
Previously `businessAdd()` used to go into an infinite loop if a fractional value was passed, e.g. `businessAdd(1.5, 'days')`. That was reported as #55 and fixed in #59. However, the fix...
Since #2649, tldr pages support adding a link to the tool's homepage, and [substantial efforts to backfill links into existing pages](https://github.com/tldr-pages/tldr/pulls?q=is%3Apr+sort%3Aupdated-desc+multiple+pages%3A+add+homepages+is%3Aclosed) have been made, but many are still lacking it....
**(Note for context: this issue was created with the title "Collaborate with bropages?")** It's quite unfortunate that there are two projects splitting the mindshare of easily approachable, community-maintained quick reference...
The ["donut" widget](https://github.com/yaronn/blessed-contrib#donut) from the blessed-contrib project looks like something that could fit in UnicodePlots. And unlike what happened with the previous issue #54, the [license](https://github.com/yaronn/blessed-contrib/pull/59) is permissive (MIT) so...
Considering that plain bar charts are [already possible](https://github.com/Evizero/UnicodePlots.jl#barplot), I hope it wouldn't be too hard to implement stacked bar charts like [these](https://github.com/yaronn/blessed-contrib#stacked-bar-chart) from the blessed-contrib repo (code under MIT license).
I've been using the [diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight) script that comes with git to improve my diffs' output, and I was looking to switch to `diff-so-fancy` for the extra improvements it does to...
/cc @danielgtaylor for awareness (and any recommendations regarding the text or image) Image adapted from the code sample at the blog post [A CLI for REST APIs](https://dev.to/danielgtaylor/a-cli-for-rest-apis-part-1-104b), using [Prismjs](https://prismjs.com/test.html)'s Okaidia...
Reporting an issue first raised downstream at https://github.com/cli/cli/issues/1912 (that's why I'm reusing this structured format and why the examples are about using the `gh` tool): ### Description of the problem...
It would be nice to have an `fnm upgrade` command that would upgrade the current Node version to the latest minor version, and optionally remove the old ole (e.g. with...