elio's recent activity

  1. Comment on Free open source app to create GitHub issues faster in ~comp

    elio
    Link Parent
    All fair points. This tool solved a particular issue we had. Whenever we asked our non-technical staff to test a new feature that was in alpha, they sometimes found some issues and reported them...

    All fair points. This tool solved a particular issue we had. Whenever we asked our non-technical staff to test a new feature that was in alpha, they sometimes found some issues and reported them using spreadsheets, one row per each issue, or even plain text files. So I made this tool to make things easier for them, and also us: they no longer have to start a new spreadsheet/text file and add issues row by row, save it and share it with the rest, and we no longer have to grab those spreadsheets and convert them into issues.

    3 votes
  2. Comment on Free open source app to create GitHub issues faster in ~comp

    elio
    Link Parent
    Understood Deimos! 👍

    Understood Deimos! 👍

    2 votes
  3. Comment on Free open source app to create GitHub issues faster in ~comp

    elio
    Link
    GitHub issues are fantastic to track new features or bugs, who is assigned, categorize them, adding to projects and so on. At the same time, they’re also quite slow to create and creating a bunch...

    GitHub issues are fantastic to track new features or bugs, who is assigned, categorize them, adding to projects and so on. At the same time, they’re also quite slow to create and creating a bunch of them consumes too much time.

    One of the pain points I see with GitHub issues at work is that they’re cumbersome to create, particularly for those that are not developers or designers, like managers or testers, that want to report a bug without going through the process of creating them on GitHub.

    Since I was tired of the slow process, I created this free open source app to to make GitHub issues faster using plain text.

    2 votes
  4. Comment on What programming/technical projects have you been working on? in ~comp

    elio
    Link
    I was tired of how slow it's to create GitHub issues, even worse if you have to create multiple in different repositories, so I wrote an app to make GitHub issues faster using plain text....

    I was tired of how slow it's to create GitHub issues, even worse if you have to create multiple in different repositories, so I wrote an app to make GitHub issues faster using plain text.
    https://startfunction.com/make-github-issues-faster/

    5 votes
  5. Comment on Easy JavaScript unit tests in WordPress with Jest in ~comp

    elio
    Link Parent
    Thanks for the suggestion, I really appreciate it :) I've updated the title and the tag. Thanks!

    Thanks for the suggestion, I really appreciate it :) I've updated the title and the tag.
    Thanks!

    3 votes
  6. Comment on Easy JavaScript unit tests in WordPress with Jest in ~comp

    elio
    Link
    Ensure the stability of the JavaScript in your WordPress plugin by running tests using Jest.

    Ensure the stability of the JavaScript in your WordPress plugin by running tests using Jest.