Zi Nean Teoh
Zi Nean Teoh
> #### This doesn't work: > ```css-scss > @use 'styles/common` as *; > ``` > > #### But this works fine: > ```css-scss > @use 'styles/_common` as *; > ```...
were there any workarounds for the "function ... does not exist (SQLSTATE 42883)" error?
having the same issues as what everyone else is mentioning. i am using `[email protected]` and `[email protected]`. is Supabase not able to parse PostgREST syntax that contains [computed columns/computed fields](https://postgrest.org/en/v12/references/api/computed_fields.html) correctly...
facing the same error as @AThilenius here -- help would be appreciated!
using next `14.0.4` with @supabase/auth-ui-react `^0.4.6` and getting the same hydration issue. would appreciate any sort of progress on this issue, as it is affecting user experience. thanks!
Agree that having `:nth-child()` selector would make it much more powerful! [Current selectors](https://www.w3.org/TR/css-page-3/#syntax-page-selector) are still a little limiting.
> Pure server-side roundtrips will come later. look forward to this! in the meantime, is there a way to accomplish tool calling + streaming final response in client side (without...