elio's recent activity
-
Comment on Free open source app to create GitHub issues faster in ~comp
-
Comment on Free open source app to create GitHub issues faster in ~comp
-
Comment on Free open source app to create GitHub issues faster in ~comp
elio 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.
-
Free open source app to create GitHub issues faster
4 votes -
Comment on What programming/technical projects have you been working on? in ~comp
elio 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/ -
Comment on Easy JavaScript unit tests in WordPress with Jest in ~comp
elio 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! -
Comment on Easy JavaScript unit tests in WordPress with Jest in ~comp
elio 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.
-
Easy JavaScript unit tests in WordPress with Jest
3 votes
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.