Hemanth Krishna
Hemanth Krishna
As discussed in #21, the issue can be closed when the following tasks are achieved: - [ ] Create a Wiki Page / Add in documentation about the OAuth Danger...
Need to figure out robust binary distribution mechanisms for rChore The following would be nice: - [ ] NPM - [ ] Bash Script to automatically pull from GitHub Release...
Right now you need to provide an positional argument to `rchore tasks done ` or `rchore tasks delete `. It would be really nice if you could fall back to...
Currently rChore **does not** accept due date for tasks  **Feature:** It would be nice if we could take in due date in human friendly date format **Relevant Codebase:** https://github.com/DarthBenro008/rchore/blob/d29156142389f845f77427e7ebdddea2354042fb/src/handlers/task_handler.rs#L28-L61
Provide a nice markdown documentation either via [Hugo](https://gohugo.io/) or [GitHub Pages](https://github.io) Requirements: - [ ] Keep documentation related files in `docs` folder - [ ] Describe about rChore and detailed...
- The GitHub action has a green tick and shows pass even though the build of the app fails
*Can bring potential breaking change* - [ ] Maintain a key based on username - [ ] Create CRUD of user key selections - [ ] Expose CLI API's of...
- Decouple external interfaces - More information as discussed on #13
# TL;DR Adds `--verbose` command for the following commands: - `flytectl sandbox start` - `flytectl sandbox teardown` - `flytectl demo start` - `flytectl demo teardown` ## Type - [ ]...
**Please describe the feature you want this project to offer** Show CPU temperature of the computer. **Describe the solution you'd like** Implement GetCpuTemperature() of ```cpu.go``` file.