Tweets

Vous avez bloqué @gr2m

Êtes-vous sûr de vouloir voir ces Tweets ? Les voir ne débloquera pas @gr2m

  1. Tweet épinglé
    20 nov. 2018

    I wish would use it’s uniquely strong position as Git platform as well as their involvement in building git itself to get rid of "master" being the default branch name. It’s such a horrible term. /cc

    Afficher cette discussion
    Supprimer
  2. il y a 20 heures

    You can now configure the branch from which you want to deploy to GitHub Pages. "master" is no longer hardcoded 🙌

    Supprimer
  3. a retweeté
    2 sept.

    📣 We are hiring! If you’re a Front-end Developer wanting to be a part of a small but impactful team, care about work-life balance and building a faster web, we’d love to hear from you. Role description, benefits, interview process and more details:

    Afficher cette discussion
    Supprimer
  4. a retweeté
    29 août

    If you have discretionary funds and you would like to support Black lives, I humbly suggest that you give $10+ to this fundraiser. This doesn’t have to become a story of overcoming insurmountable odds.

    Afficher cette discussion
    Supprimer
  5. a retweeté
    26 août

    If you ever needed to run a custom script to update a bunch of repositories at once, I made a thing:

    Afficher cette discussion
    Supprimer
  6. a retweeté
    27 août

    We're hiring! If you're a and looking for your next adventure, I'd love for you to consider our new producer role at . Check it out, and if you know someone who'd be interested, send them my way! RTs appreciated!

    Supprimer
  7. a retweeté
    26 août

    For the past month, I've experienced coordinated harassment via 4chan on one of my GitHub repos. Yes, the platform I work on. Doing much better after taking time off & getting support from my circle. 💜 I'm ready to share my experience, so here it is:

    Afficher cette discussion
    Supprimer
  8. 26 août

    Is there anything that you'd like to build with it? Please let me know, I'm happy to help. I think this tool could turn into something very useful, with an ever growing list of reusable community scripts :)

    Afficher cette discussion
    Supprimer
  9. 26 août

    I wanted to build this for a long time. The use case that finally prompted me to build it: I needed to create an issue on every repository that is an plugin. Here is the script for reference:

    Afficher cette discussion
    Supprimer
  10. 26 août

    For example, to star all my repositories, I'd run $ npx mutate-github-repositories-cli --token [TOKEN] script.js gr2m/* To unstar just add `--unstar` to the command script.js looks like this

    Source code of a script that is passed to the mutate-github-repositories-cli app. The source code is:

module.exports = async(octokit, repository, options) => {
  await octokit.request("/user/starred/{owner}/{repo}", {
    method: options.unstar ? "DELETE" : "PUT",
    owner: repository.owner.login,
    repo: repository.name,
  });
}
    Afficher cette discussion
    Supprimer
  11. 26 août

    If you ever needed to run a custom script to update a bunch of repositories at once, I made a thing:

    Afficher cette discussion
    Supprimer
  12. 26 août

    The transition of leadership in from the creator () to a new project lead is an outstanding example on how to do this kind of hard transition right in Open Source. Great work and lots of respect to everyone involved. And all the best to Moira!

    Supprimer
  13. a retweeté
    21 août

    🤖🎉 Probot turns v10! npm install probot@next Changelog: In other news: we passed 6k ✨

    Supprimer
  14. a retweeté
    20 août

    I had the chance to pair with yesterday on a GitHub Action, and one of the Actions we ended up using was his Create or Update Pull Request action. I cannot explain how fundamentally I love this Action.

    Afficher cette discussion
    Supprimer
  15. a retweeté
    11 août

    🥳 Node.js v14.8.0 has been released 🥳 Big highlight - Top Level Await has been unflagged! HUGE thank you to , , & all others in the wide cast of characters who worked to bring this to you all! For more information 👇🏻

    Supprimer
  16. 9 août
    Afficher cette discussion
    Supprimer
  17. 9 août
    Afficher cette discussion
    Supprimer
  18. a retweeté
    7 août

    why isn't "package manager" shortened to "pacman"

    Supprimer
  19. 3 août
    Supprimer
  20. a retweeté
    31 juil.
    Supprimer
  21. 31 juil.

    “master” is no longer hard coded for serving GitHub pages, instead your repositories default branch is used. The special “gh-pages” branch continues to work as before

    Supprimer

Le chargement semble prendre du temps.

Twitter est peut-être en surcapacité ou rencontre momentanément un incident. Réessayez ou rendez-vous sur la page Twitter Status pour plus d'informations.

    Vous aimerez peut-être aussi

    ·