Carles Mitjans

Results 6 issues of Carles Mitjans

In [Introducing RPi OS, or bare-metal "Hello, World!"](https://github.com/s-matyukevich/raspberry-pi-os/blob/master/docs/lesson01/rpi-os.md#initializing-the-mini-uart) the formula given to calculate baud rate is: ``` baudrate = system_clock_freq / (8 * ( baudrate_reg + 1 )) ``` The...

### Environment ------------------------------ - Operating System: Linux - Node Version: v18.17.1 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

3.x
pending triage

### Housekeeping - [X] I'm sure this issue is _not_ a duplicate ### Icon Type - [ ] File Icon - [X] Folder Icon ### Icon Type - [ ]...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

## Changes Add a reference to the new [nuxt-posthog](https://nuxt-posthog.cmitjans.dev) module for Nuxt. The module might need a some development to add missing features, but the main functionality (add PostHog client...

I've followed the [Email+Password Auth tutorial](https://docs.edgedb.com/guides/auth/email_password) and would like to know if it's possible to get the `identity` id of the user when it registers (before verifying the email). The...