Filipe Freire
Filipe Freire
Related issue: https://github.com/filfreire/Moneeee/issues/4 Related: https://www.reddit.com/r/programming/comments/9073ur/built_a_joke_app_to_tell_you_how_much_youre_paid/e2oixvr
Add "how-to-install" info to README.md: - Where is an executable available (App store? link?) - Where can I download latest tagged release [Countdowner/releases](https://github.com/rafaelcpalmeida/Countdowner/releases)? /cc @rafaelcpalmeida
First encountered this issue on a physical mobile device, but it's also reproducible with Chrome's Dev Tools Mobile view. In a mobile resolution, the following happens to the elements placed...
We will need at one point some sort of event logger, so that we can easily create different reporters. - [example event logger](https://github.com/CyberGRX/questions-three/blob/master/questions_three/reporters/event_logger/event_logger.py) - [example junit reporter](https://github.com/CyberGRX/questions-three/blob/master/questions_three/reporters/junit_reporter/junit_reporter.py)
We should create a quickstart guide that does "full flow": creating an simple tranquility script and running it from console (not just the high level bits that are on the...
We are missing examples on the README: - how to import and use a postman environment file - how to "force" set specific environment variables either via ENV vars or...
Let's create rultor scripts to: - merge the code - tag release to github - release (deploy) artifact maven central repo
Let's integrate builds/new PRs with some code quality tools: - Codacy - codecov.io - codebeat And maybe any other meaningful one
Closes INS-3851 Taking a pass at https://github.com/Kong/insomnia/issues/7358#issuecomment-2122358203 Trying to surfaces cases where whoami fails 
Closes INS-3983 Based on https://stackoverflow.com/a/72267165 and https://www.electron.build/configuration/win#WindowsConfiguration-certificateSubjectName this change could do the trick to make it so it's not just the installer that is code signed? Update: converting back to...