Vincent Thomas
Vincent Thomas
### Discussed in https://github.com/nrwl/nx/discussions/6275 Originally posted by **salzhrani** July 6, 2021 The documentation explains how deploy a single app. Also, it recommends agains changing the root folder. how can we...
### Environment ``` System: OS: Linux 5.10 Ubuntu 22.04 LTS 22.04 LTS (Jammy Jellyfish) CPU: (2) x64 AMD Ryzen 7 5800X 8-Core Processor Memory: 582.82 MB / 3.83 GB Container:...
# Bug report ## Describe the bug When i authenticate with google the user gets authenticated and i get their credentials through `supabase.auth.user()`, but i can't get the user object...
# Bug report ## Describe the bug The supabase.auth.signIn({provider: 'google'}); does not work! It just redirects me to this uri: `/[SUPABASE_TOKEN]/auth/v1/authorize?provider=google` `SUPABASE_TOKEN` is the token in the dashboard ## To...
Is this intentional? 
this ``` on: ``` becomes ``` { "true": null } ```
Hi! This product is really great! But i see one issue, when i press the button there is a delay where its scrolling but not at the rate thats optimal....
I am a author for a new rust cli framework and would like to let people know it exists. How would I go about adding an entry to this list,...
``` $ pnpm sst deploy --stage dev --print-logs time=2024-09-23T18:11:47.901+02:00 level=INFO msg="checking for pulumi" path=/home/vt/.config/sst/bin/pulumi time=2024-09-23T18:11:48.002+02:00 level=INFO msg="checking for bun" path=/home/vt/.config/sst/bin/bun time=2024-09-23T18:11:48.003+02:00 level=INFO msg="bun install" time=2024-09-23T18:11:48.003+02:00 level=INFO msg="bun downloading" url=https://github.com/oven-sh/bun/releases//download/bun-v1.1.29/bun-linux-x64-baseline.zip time=2024-09-23T18:11:52.192+02:00...
### Describe the bug Vanilla css styles do get injected into html in dev mode, but in production they don't get injected. They do generate in the `build/client/assets` directory but...