Sanchith Hegde
Sanchith Hegde
I have set up git to use SSH for all GitHub connections by including the following lines in my `~/.gitconfig`: ``` [url "[email protected]:"] insteadOf = https://github.com/ insteadOf = git://github.com/ ```...
As of now, commit types can be specified in `Cargo.toml`, which works fine for Rust projects. However, this isn't suitable in non-Rust projects. I'd like to suggest using a unified...
Output of `restic version` -------------------------- ```restic 0.9.6 compiled with go1.14.4 on linux/amd64``` How did you run restic exactly? ------------------------------- ``` $ restic -r test backup --files-from files.txt pattern "${HOME}/.zsh" does...
Please let me know if anything has to be changed. Open to suggestions on a better name for the config option and any more test cases that can be added....
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [x] Dependency updates ## Description This PR updates...
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates ## Description This PR moves...
As of now, we use string literals for matching on status codes returned by Adyen. They need to be replaced by enums instead. 3 instances I could find are: https://github.com/juspay/orca/blob/7348d76cad8f52548f84c6a606fb177e7ca3620e/crates/router/src/connector/adyen/transformers.rs#L431-L435...
This issue serves an extension of #9; the following pieces of information are yet to be added to the [contributing guidelines](https://github.com/juspay/orca/blob/4ce86afd4e00a036eba9b70916b4880a049e4d9f/contrib/CONTRIBUTING.md): - [ ] Tests - [ ] Versioning policy...
PR #142 included support for `INSERT` and `UPDATE` SQL queries, but support for `DELETE` queries is pending. Implement it for `PaymentAttempt`, `PaymentIntent` and `Refund` storage types.
## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates - [ ] Documentation -...