Andréas Hanss
Andréas Hanss
Hi, I'm wondering @mwittig if we could propagate some information to johnny five `board` when the connection is lost? Currently we try to reconnect, but I just tested with an...
Hi @mikehardy (you're everywhere ! RN Firebase, here, ;)) Thank you for this awesome library that is doing well. I'm currently working on improving the doc a bit and adding...
Hello, getting `Module not found: Can't resolve 'graphql/language/parser'`
Hey, can you conditionally import fs module, to allow usage in a browser and react native, I don't need toFile method :) Thanks
Any way to clean resources using this library. I would like to open a socket using suspense but when the Host change, i need to reload a new socket and...
Hi, I like having a config like this one: Before using T3-env, I was splitting my config in two file one for local and one for shared. ```ts const ServerConfigSchema...
You can use https://typeschema.com/ to get validation lib agnostic
When bumping from 2.40 to 2.41 or later i get the following error using vue-cli with quasar framework. ```log practitioner-frontend:dev: ✘ [ERROR] No matching export in "../../node_modules/@supabase/functions-js/dist/module/index.js" for import "FunctionRegion"...
Hi, Not sure if this is related to NextJS or React. exporting an enum from a server action in a file with `"use server"` results in ``` Error: A "use...