James Oliver
James Oliver
I've managed to build RxAndroidBle with custom code and include it in a React Native project starting with a basis of react-native-ble-plx (v2.0.3) -> MultiPlatformBleAdapter (commit b0272c0fae040cc90f790481c54e8f2d45304339) -> RxAndroidBle (v1.7.1...
Additionally, is there any plan to add onPhyUpdate to the RxBleGattCallback's nativeCallbackDispatchers?
I don't think this is configurable. However, I had an issue where often reading RSSI of multiple devices would result in at least one readRSSI() call timing out. At the...
Hey guys, did you find a solution for this?
I had the same issue, but I swapped @builder.io/react for @builder.io/sdk and it works in a server component. Although your mileage with this 'fix' depends on what you're importing from...
One is the OpenAPI REST route, and the other is the normal tRPC route. They are distinct in the shape of the requests.
@chrishoermann I am also running into a mismatching casing issue. The generated index.ts file has incorrect upper case references to lower case schemas, but also schemas that are typed with...
@chrishoermann , the following schema: ``` generator client { provider = "prisma-client-js" } generator zod { provider = "zod-prisma-types" } datasource db { provider = "mysql" url = env("DATABASE_URL") }...