Steve Coffman
Steve Coffman
With node 4.0 out (including native promises), I'd really like to see this move forward again. I've pinged @stevekane on twitter, and he seems receptive, so hopefully that will happen...
I find yours very clever and elegant. It really exemplifies how promises can simplify code. One thing I noticed is that you don't have any error handling in yours (not...
Thanks for a great set of exercises, and for your responsiveness. I don't notice any errors when I run the proposed solution, so I assume you're talking about in later...
/unstaleify
That go issue is superseded by golang/go#40357 (deprecated notification) and golang/go#40323 (notify about newer major versions)
You may be interested in this experimental tool that discovers major updates BTW: https://github.com/icholy/gomajor
BTW, I use go-mod-upgrade a lot, so thanks very much for it!
[gomajor](https://github.com/icholy/gomajor) has been updated ( in icholy/gomajor#4) to find newer versions using the module proxy. Still not "official" but better than scraping the pkg.go.dev website.
As a work around until this is merged, you can do something like this to preprocess the numbered lists: ```bash #!/bin/bash # Preserve whitespace IFS='🍔' JIRA_MARKDOWN_WITH_NUMBERED_LIST=$(cat jira_markdown.md | sed -E...
@harleys-hmh No worries. Mine wasn't bidirectional, and didn't have tests, so yours is probably better (I haven't tested it though). It looks like your pull request is pointing the wrong...