JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Move some issues to wiki #110

Closed JoshCheek closed 7 years ago

JoshCheek commented 7 years ago

Some issues really belong in "potential future features" https://github.com/JoshCheek/seeing_is_believing/wiki/Potential-future-features so they're not sitting around growing stale in the issues list.

ckib16 commented 7 years ago

@JoshCheek - I'll be happy to help. Would you mind just flagging which issues you'd like transferred to wiki?

Maybe we could do something like:

JoshCheek commented 7 years ago

Note: probably cross link from that page to the closed issue to give it some context.

See https://github.com/JoshCheek/seeing_is_believing/issues/113 for info about being a contributor, which is necessary to manage issues.

K = Keep it in the issues, M = Move it to the wiki

(note to self in case I need to regenerate this list: cache curl -s 'https://api.github.com/repos/JoshCheek/seeing_is_believing/issues' | jq 'map({html_url, title})[]' -c | ruby -ne 'i=eval $_; puts "* **M** [#{i[:title]}](#{i[:html_url]})"')

ckib16 commented 7 years ago

Great! Thanks for the detailed list.

I'll try to start working a PR tomorrow.

I'll probably do a PR with this 1st one vs edit wiki in place (which is what I normally do). Just so you can see if you like the changes.

EDIT 2017-01-20

ckib16 commented 7 years ago

Ok @JoshCheek - I added a new section for this in the wiki sidebar.

Let me know if this meets your intent. Then we can just close out the issues checked off above

--UPDATE I think I just realized your intent to move these issues marked above to the "potential future features" page as you stated. My mistake. Updating now.

ckib16 commented 7 years ago

Ok - NOW it's done :)

If good, we can just

JoshCheek commented 7 years ago

Looks good to me :)

JoshCheek commented 7 years ago

You can go ahead and close them (I obviously could do this, too, but letting you do it emphasizes your efficacy)

ckib16 commented 7 years ago

Gotcha - closing now. Just wanted to keep them open until you had a look.

JoshCheek commented 7 years ago

I came to check in on the issues, and there were so many fewer of them, ty ^_^

ckib16 commented 7 years ago

Hah - no worries man. Yeah, I bet it looks a bit more manageable for you now.