Michele Memoli

Results 8 issues of Michele Memoli

## Issue Worried about ongoing costs 😟 ## Observation 12k READ queries over a few hours ## Expected Maybe an order of magnitude fewer. ## Fixes Either reset expectation and...

Nothing fancy here, just checks for `typeof window !== undefined`. I'm building a next.js app in TS and found an [example app (in Gatsby)](https://github.com/jneterer/userbase-gatsby-starter/blob/master/src/components/auth/private-route/index.tsx#L3) with this: ``` const userbase =...

**Describe the bug** Storage doesn't sync to server (liveblocks Dashboard) or any other connected clients. **To Reproduce** Steps to reproduce the behavior: 1. Run `zustand-whiteboard` example (I cloned on [codesandbox](https://codesandbox.io/))...

bug
triage needed

discussion from https://github.com/ben-rogerson/twin.examples/issues/20 See `apps/web/pages/index.tsx` for example usage. It's a minimal example that closely follows the rollup + component library in this repo. What I'd really love, is to demonstrate...

Hi, really excited by gqtv. I'm using the JS client in a Next.js app. The `fetchOptions` are always undefined. Here's my `resolved` call: ``` return await resolved(() => query.projects(), {...

reproduction-needed

I was having issues with multiple Firebase configs. I'd pull the data and everything would be fine, but at `createPages` the graphql queries would randomly fail. Switched to this Promise-based...

Playing with the new `TsEvent` api. Looks like it supersedes your [finance-app example](https://github.com/4lessandrodev/finance-project-ddd/blob/main/src/modules/user/domain/subscriptions/after-delete-user-account.subscription.ts). Any tips for how to make subscriptions with the new API? Thanks!

question

After upgrading from Auth version `0.21.2` to `0.32.1`, I'm locked out of huge parts of my app. Anonymous users also loose access. Original post: https://discord.com/channels/552499021260914688/1256230901059293226 I can confirm: reverting to...