Giacomo Randazzo
Giacomo Randazzo
Thank you for looking into this. For now, we worked around the problem by sending HTTP requests to the emulator at the undocumented endpoints for enabling/disabling the Cloud Functions. It...
I think this issue can be closed. The linked Vite issue (https://github.com/vitejs/vite/issues/3288) has been closed. The original example works, the `debugger` statement is presented in the source file by VSCode....
Use case – JSON-RPC like API with tracing We hit our API by batching multiple RPC requests in a single HTTP request. The body of the HTTP request is the...
@lord Interesting, yes! By walking the graph down just once, you can stop early and avoid most of the walk altogether. @modderme123 I'm curious about your approach. I'm not too...
#### Current behavior The node's sources are updated in `this.update()`. After calling `s.set(true)`, the algorithm still thinks that the `s2` node is eager. On `s2.set(3)`, it therefore propagates the update...
Thanks for the explanation and the fix. I operate under the mental model that `Schema` closely maps to TypeScript. The model breaks in this case because, in TypeScript, I can...
Gotcha, thanks for the clear explanation!
My current approach is: - Store the encrypted file in the `.vercel/output/functions` folder of the Vercel bundle, which [is private to the server](https://vercel.com/docs/build-output-api/v3/primitives#static-files). - Set the private key as sensitive...
I've successfully deployed a SvelteKit project on Vercel, but not in the setup I want. There are two dimensions of interest: 1. **SvelteKit env variables**: SvelteKit distinguishes between static and...
> if they are from the same shared deck, yes, it's possible > Every parameter is per-user (well, per-collection, technically), they are optimized for each collection independently I see. Given...