Chetan Lohkare
Chetan Lohkare
### This is my first time contributing to an open-source project! I reviewed the contribution guidelines ([CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)) after submitting my pull request, and I noticed there's already another PR open...
@smitgol Are you still checking this? I can have a look.
 @sandeshmurdia I also faced a similar issue. Let me know if you find any solution. My replayer is stuck on a particular point.
Hello @MildTomato, Could you please review this once. This has been pending for a while :)
Hello @MildTomato & @saltcod, I completed the changes, please let me know if anything else is required here.
My solution towards this problem will be, implementing a "**pageunload**" event listener and as soon as it gets triggered store the events/data in session-storage. when starting the recording again add...
@mydea I have 2 questions, 1. Will it delay the refresh of the page? 2. If the data is being sent and we reload the page. Does the event request...
Hey @kmlwlkwk, can you please explain in which sense it will be expensive and what are the critical things?
Let me have a look at it
@ericmeadows You are passing wrong value in `maskInputOptions`, it accepts an object with following keys with boolean values. { color: boolean; date: boolean; 'datetime-local': boolean; email: boolean; month: boolean; number:...