Rahul Gupta-Iwasaki

Results 8 issues of Rahul Gupta-Iwasaki

I haven't done a full review of how they've diverged, but I noticed that `ChargeResource` includes a `pricing` property in the current type definition, whereas the actual charge object returned...

See https://everydotorg.slack.com/archives/C019X7TUTTL/p1642187463028400 Having a donate button and crypto button on the same page causes the first button to break, b/c the `onload` gets overridden by the second button. Swapping `onload...

After clicking donate you just see a loading-spinner forever. We should make it link to a real flow, or maybe it would make sense to have a testing mode that...

bug
integration
p3

ex) will block x.com/#url=http://blah.com instead of just x.com

I'd expect the Close button to behave like clicking the "X" in the top-right corner and just close the modal and call my `onModalClosed` callback, but instead it logs an...

This is a proof-of-concept to enable passing a function for the `domain` config option to dynamically modify the cookie domain based on the incoming request. It does so by adding...