Sang Au
Sang Au
I can make it works with vite and https://www.npmjs.com/package/vite-plugin-node-polyfills vite.config.ts ```js import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { nodePolyfills } from 'vite-plugin-node-polyfills' // https://vitejs.dev/config/ export...
I am using turbo repos with expo and I can not enter r in the command line to refresh the bundle while development, please fix it
this also happen when I using mono repos, in this case, the api was move to api-package and the client side - react app import the api-package
> Do you happen to have an approximate timeline for this feature request? And do you plan to support `MemberListBinding`? > > We are using protobuf-generated C# classes as DTOs...
Currently, I found the work around solution: I create use partial class with the same name from the generated. Then I create a new constructor that accept the tag list...