Nicholas Chiang

Results 97 issues of Nicholas Chiang

When using this library with [`algoliasearch`](https://github.com/algolia/algoliasearch-client-javascript) (whose return types are always [`Readonly`](https://github.com/algolia/algoliasearch-client-javascript/blob/master/packages/client-common/src/types/WaitablePromise.ts)), I've had to use a wrapper function so that I can update those types. This allows for more...

# Bug report ## Description / Observed Behavior I have multiple endpoints and possible queries for message data fetched via SWR: - `/api/messages` - All messages. - `/api/messages?archive=true` - Archived...

feature request
area: mutation

# Bug report ## Description / Observed Behavior SWR sometimes accidentally revalidates locally mutated data (i.e. data that has been mutated locally without revalidation but isn't yet saved in our...

feature request

# Bug report ## Description / Observed Behavior I have a `UserDialog` component that can either create a new user or edit an existing user. When creating a new user,...

### [REQUIRED] Describe your environment * Operating System version: Ubuntu 18.04.2 (64-bit) * Browser version: Firefox 78.0.1 (64-bit) * Firebase SDK version: 7.17.1 * Firebase Product: database and auth ###...

api: database

### Do you want to request a *feature* or report a *bug*? I wish to report a bug. #### What is the current behavior? When I used `styled-jsx` with Next.js...

Is there a way to authenticate `release` in a headless server environment? I am SSH-ing into my main development machine which does not have a browser. How can I authenticate...

# Feature request ## Is your feature request related to a problem? Please describe. During testing, it's practically impossible to stub out `location.href` (see [this](https://stackoverflow.com/questions/43568570/how-can-i-get-window-location-pathname-on-my-test-file-using-jest/56651910#56651910) and [this](https://stackoverflow.com/questions/36678302/stubbing-window-location-href-with-sinon) among other resources...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. I'm using Supabase for authentication and I don't need a separate `public.users` table so I'm just...

enhancement

## Describe the problem Currently, the admin methods like ["Delete user"](https://supabase.io/docs/reference/javascript/delete-user) that require a full-access API key (e.g. `service_role` key) are documented side-by-side with the more client facing methods like...

documentation