Nico Domino

Results 576 comments of Nico Domino

@james-camilleri hey sorry this has taken so long! What's the status of this PR? Should I check it out / add some tests potentially? Or do you still want to...

@talgki so it looks like you're explicitly using an `@emotion` package as well. In @ucharles's example, I'm assuming one of your dependencies itself is using emotion. Either way, I thought...

Hey everyone, just wanted to pop in and mention this hasn't been forgotten about. Just haven't had much time lately. Will check back into this soon!

So this is a `react-select` problem, but we can definitely try to find a solution here. Digging through their previous issues, it looks like someone ran into this as well...

This seems to be the case for a lot of the official tauri plugins, please update install docs to point to the `dev` branch, instead of a non-existent tag :grin:

Got it workined, issue was I had multiple URL's listed in the supabase dashboard's `Site URL` field. ![image](https://user-images.githubusercontent.com/7415984/152659606-167843d7-5b77-4302-abba-6a56a32e48f8.png) If you can only have one there, I guess you have to...

Okay, yeah makes sense. Thanks for the quick response! P.S. One other small suggestion - I see in your example you're manually adding the "Signout" link under the CommentProvider. But...

Yeah I was thinking about just adding the signout button myself too, but it'd be hard to integrate it nicely into the preexisting comment box ui, right? I could float...

Seems this was a built-in tailwind `prose > img` class. This comes from the tailwind typography addon. Makes mdx look nice without any extra work basically. A workaround for the...

Found another small bug, looks like I can submit a totally empty comment.