Pianomanfrazier

Results 6 issues of Pianomanfrazier

```js const obj = { a: 1 }; obj.a++; console.log(obj); // { a: 2 } ```

Css that can be inlined should be or loaded async. See https://developers.google.com/web/tools/lighthouse/audits/blocking-resources

The google fonts are not being fetched properly from the theme.

bug

I ran zola init and then followed the directions for the Even theme and I got the following error: ``` $ zola serve Building site... -> Creating 1 pages (0...

# Improve documentation ## Link RPC section of the readme. https://github.com/supabase-community/supabase-custom-claims#getting-claims-data-from-the-server ## Describe the problem I can run the functions on the database in the supabase SQL editor. But when...

documentation