• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tech with the tag "github". Back to normal view / Search all groups
    1. Looking for a GitHub CLI tool

      And no, I'm not talking about git. I'm looking for a tool that I can use in scripts to automate non-git tasks on GitHub such as creating new repositories, drafting releases, uploading assets to a...

      And no, I'm not talking about git. I'm looking for a tool that I can use in scripts to automate non-git tasks on GitHub such as creating new repositories, drafting releases, uploading assets to a release, etc.

      I started dipping my toes into gh, GitHub's official cli tool, but when I created a repository it immediately cloned it, which is not what I want. I know I can just rm -rf the repo but ideally the tool I use would do only what I tell it and nothing more.

      Reading the docs for hub, it might do what I want, although I have some reservations about the project after reading this post written by the developer: https://mislav.net/2020/01/github-cli/

      I've also come across git-hub, which doesn't support creating repos AFAICT, and git-spindle, which doesn't support uploading assets.

      Are there any other command line GitHub clients I should consider?

      Which one do you use? What's your experience with it been like?

      5 votes
    2. After the release of "Notepad++ v7.8.1 : Free Uyghur" Notepad++'s GitHub issues page is being flooded by trolls

      Developing topic, don't see any news sources on it yet. Lots of pro-CCP troll issues being opened, as well as people starting to open issues going against the original trolls. (e.g. pro-HK...

      Developing topic, don't see any news sources on it yet. Lots of pro-CCP troll issues being opened, as well as people starting to open issues going against the original trolls. (e.g. pro-HK protester messages)

      Hacker News discussion

      Notepad++ v7.8.1 : Free Uyghur announcement

      Notepad++ GitHub issues page

      Sample issues

      24 votes
    3. How do you say "you're welcome" or "no problem" with reaction emojis?

      Someone pings you in slack or github (or discord or on a forum post or wherever) asking for something. Perhaps some advice or a code review. After you help them out, they say "Thanks!". In normal...

      Someone pings you in slack or github (or discord or on a forum post or wherever) asking for something. Perhaps some advice or a code review. After you help them out, they say "Thanks!". In normal conversation, I would respond with a "You're welcome" or "no problem" or something.

      The problem I have is that while I want to be polite and acknowledge their thank you message, I don't want to generate notifications or otherwise distract people. Responding with a github comment will notify and probably email any involved persons. Slack and discord it depends on the channel, but many channels have low enough traffic that I will check every time theres a new message in that channel (and I'm sure I'm not the only one monitoring those channels).

      Its not really a big deal and no one is going to get angry about it - but it can distract people or ruin their flow while working and I want to avoid that. In my mind, a reaction emoji is perfect for this. It acknowledges the comment or message if someone looks, but doesn't send notifications or light up the channel name.

      ...but which reaction should I use? I've never seen a "you're welcome" emoji. I've been typically using a thumbs up (:+1:), but that can look as if someone is seconding the thanks rather than me trying to acknowledge it.

      Is there a better way to say "you're welcome" or "no problem" in this situation? Is there a better reaction emoji on github/slack/discord/your communication platform of choice? Should I stop worrying about possibly savings other people an email or small distraction and just say "np" or something?

      10 votes