James R. Maxfield
James R. Maxfield
Forked and support added here: https://github.com/Vercjames/package-trpc-swagger
Forked and Added support for Next.js 14. https://github.com/Vercjames/package-trpc-swagger
I do agree, there should be some triggers for this situation. However having the broadcasts continue after `backgrounding` the app and `closing` the app are wonderful. That said, upon returning...
Adding `pod 'react-native-ble-advertiser', :path => '../node_modules/react-native-ble-advertiser/ios'` inside ios/PodFile under ``` target 'APPNAME' do use_expo_modules! config = use_native_modules! ... pod 'react-native-ble-advertiser', :path => '../node_modules/react-native-ble-advertiser/ios' ``` Resolved the null error for me.
Release Candidate just came out. It's certainly something I'm keep on tackling.
Keeping a pulse on this issue. as of today trpc is on version v11.0.0-rc.366. https://github.com/trpc/trpc
Still waiting on the official release for v11 the official NPM packages are on 10.45.2 https://www.npmjs.com/package/@trpc/server https://www.npmjs.com/package/@trpc/client I here the communities cry for v11 support. It's at the top of...
> agreed, this should be updated to `v10` > > https://github.com/Vercjames/package-trpc-swagger/blob/5bcf7a8ddba4090cf0de9effffc029663f3a51cd/README.md?plain=1#L142 > > being on v11 results in errors like this: > > ``` > "source":"server","message":"Unknown procedure type","stack":"Error: Unknown procedure...
If you MUST have support for v11. I was able to get this patch package work for trpc 11. Add this to your package.json [patch-package](https://github.com/ds300/patch-package) Then apply this patch [trpc-openapi+1.2.0.patch](https://github.com/jlalmes/trpc-openapi/files/14226232/trpc-openapi%2B1.2.0.patch)
Still on v10 [trpc](https://www.npmjs.com/package/@trpc/server)