Alex Kempton
Alex Kempton
Best to wait on this first: https://github.com/nudibranchrecords/hedron/issues/308
This problem can't really be solved fully without a new prop. I tried messing around with `zIndex` range for the hovered element but that didn't seem to work? I see...
Having a similar issue, I just get `SIGNED_IN` instead of `PASSWORD_RECOVERY`
FWIW I fixed my issue by avoiding the auth event altogether and just making sure the link redirects the user to the correct page: ```ts await supabase.auth.resetPasswordForEmail(email, { redirectTo: `${window.location.origin}/reset-password`,...
@cyanharlow Derp mode!
As we're currently using node sockets anyway, websockets may not actually improve things in terms of speed. Could be good for a browser based version.
Hmm, that's a pain! As a workaround, you can have the inspector open and resize the viewport, then it won't go completely full screen. That error is actually due to...
@TimPietrusky do let me know if you come up with an elegant solution to this issue for low powered machines (with large screens)
It's a shame this can't be achieved without Chrome flags :/ I'm forcing full-screen mainly out of the assumption most people would want it and can always escape to go...
What's the status on this one? Is there any way to get linting to appear in Atom?