Results 6 issues of Renan Ferreira

**Describe the bug** It seems that when we change the favicon of a NextJS app, the `editor.main.css` link is removed from the ``. **To Reproduce** Steps to reproduce the behavior:...

Hi, I might be wrong, but I think the "Learn More" href on the ISR, SSG and SSR pages are incorrect. It is currently linked to the "Loading UI" documentation,...

In the Android example, this method is not sending the message ``` public void sendMessage(View view) { EditText editText = (EditText)findViewById(R.id.message); mWebSocketClient.send(editText.getText().toString()); editText.setText(""); } ``` I get the following exception:...

# Feature request I'm using Supabase in a multi-tenant way, meaning that every client will have a separate schema. As discussed here: https://github.com/supabase/supabase/discussions/1222?sort=new Supabase only exposes those other schemas through...

enhancement
postgREST

Trying to recreate Apple's Receipt Email. It's been a long time since I developed an email template, so any feedback is welcome. I hope it is close to the original....

This PR fixes the position of some elements on the Apple Template demo Fixes: #402