Abin Simon
Abin Simon
How about we automatically add port `6667` if no port is specified and add a `#` before channel names in join command if there is nothing. From what I understand...
I was thinking about implementing desktop notifications using [rust-notify](https://github.com/hoodie/notify-rust). I need your opinion before finalising some decisions. I was planning to add the notification code in `messaging.rs`, and will work...
### Checklist I confirm, that I have... - [x] Read and followed the contributing guide in `CONTRIBUTING.md` - [ ] Added tests for this PR - [ ] Formatted the...
### Briefly describe the feature Add few more points where we audit changes - User login - Download Kubeconfig - API keys generate - Download CLI config ### What problem...
ES is pretty heavy and is only used for audit-logs. Would be much better if we switch to PG by default for audit logs, but probably retain an option to...
### Expected vs actual behavior Expected: pass `buf lint` ### Steps to reproduce the bug 1. Run `buf lint` - [x] I've described the bug, included steps to reproduce it,...
We need to have a consistent way in which we return errors. - Create custom error types? - Common error codes across modules - Easier to convert to appropriate grpc...
### Briefly describe the feature As of now, we for audit logs like `project.updated.success`, we are only storing just the id and the name of the changed project. We had...
ref: https://bun.uptrace.dev/guide/soft-deletes.html#introduction
Fetch latest release from Github API and provide to the frontend for direct download.