Uh oh!
There was an error while loading. Please reload this page.
persist payments info to disk - #104
Conversation
tnull
commented
May 19, 2023
Thanks for having a go at this! I believe this unfortunately now needs a rebase! |
zoedberg
commented
May 19, 2023
No problem, it was an easy rebase! |
tnull
left a comment
There was a problem hiding this comment.
Generally looks good, comments mostly concerning serialization.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TheBlueMatt
left a comment
There was a problem hiding this comment.
Sorry for the delay in responding here, somehow this fell off my todo list.
Uh oh!
There was an error while loading. Please reload this page.
zoedberg
commented
Jul 13, 2023
@TheBlueMatt could you please check if this can now be merged? |
TheBlueMatt
left a comment
There was a problem hiding this comment.
Grrrr, I am so sorry I missed this again somehow. It basically looks good to me with one missed update. When you push next, feel free to squash the fixup commits down into one commit.
Uh oh!
There was an error while loading. Please reload this page.
zoedberg
commented
Jul 16, 2023
No worries and thank you for the thorough review. I've fixed and squashed the fixup commits |
TheBlueMatt
left a comment
There was a problem hiding this comment.
LGTM! Instead of squashing to have one commit which does work and a second commit that fixes it, we should have only commits which stand on their own and don't have fixes to them in later commits. Because this is all kinda one big set of change you're welcome to squash it down to a single commit.
zoedberg
commented
Jul 25, 2023
@TheBlueMatt I've squashed the commits into a single one |
zoedberg
commented
Jul 25, 2023
And also rebased since I've just noticed commit was not on top of current main |
This PR should close#90.
I hope the way I implemented this meets the goals of the sample (simplicity and readibility). I was a bit unsure on some styling details, if there's something you would like to be implemented differently I'd be happy to change it.