Sanchith Hegde
Sanchith Hegde
@ajdintrejic I'd like to suggest a modification: ```html {{ if not .Params.cleanPage }} {{ if .PrevInSection }} Previous Post {{ .PrevInSection.Title }} {{ end }} {{ if .NextInSection }} Next...
Great! And thank you!
Okay, this seems easy to fix for a newbie like me. I'll work on it.
@Ten0 I've addressed the review comments and fixed tests. I'm unsure about the tests though: they pass, and I only had to update the `diesel.toml` files and not the CLI...
I'd like to pick this up, is there any more information that I'd need? If you're okay with it, I'd like to contribute support for the remaining PASERK key types,...
> This issues scope includes at least the standard PASERK formats `kn.local`/`kn.secret`/`kn.public`. `serde` support should also be gated behind a feature flag, which should require the flag `paserk` to be...
Would it be too much to ask for an `#[allow(clippy::unreachable)]` to be added on line 67? (I can open a PR if necessary, or if anyone can directly make that...
> Yes, I have tested changes locally by [following](https://github.com/juspay/hyperswitch/blob/main/docs/try_local_system.md) after doing `docker compose up -d` I'm able to see UI with **Hyperswitch Unified Checkout** text on page. If you're seeing...
> After this changes I'm able to see the demo store on the left and a form to enter card details on the right. Could you please include screenshots for...