Gabriel Chartrand

Results 5 comments of Gabriel Chartrand

The supabase docs has a section on email pre-fetching security systems that detonates unique links: https://supabase.com/docs/guides/auth/auth-email-templates#email-prefetching From my experience, the `{{ .ConfirmationUrl }}` approach failed intermittently, as if those system...

As a side note there is a neat data augmentation lib called [Augmentor](https://github.com/mdbloice/Augmentor) now, but I don't know if it supports 3D operations.

In order to resolve types on your custom extension/mode, you're IDE needs to be able to resolve the `@ohif/core` module, or rely on a `tsconfig.json` config file that configure a...

Note that using OHIF 3.8.3 we could compile most of the declaration files despite a few errors, however in 3.9.1 there is an issue with _private_ fields on the `MetadataProvider`...

Hello! Running into the same issue here. Digging into the CLI code a little bit, it seems that GoTrue is getting it's external URL from a the config `Api.ExternalURL` https://github.com/supabase/cli/blob/230be7f40f251774b94a5ecc5b8025c4da22e58e/internal/start/start.go#L465...