Aamir Farooq
Aamir Farooq
## Problem When you are invited to a new study and you are already signed in, and you try to accept the invitation, you will get a 403 error. This...
I came across [another project](https://github.com/Niek/chatgpt-web) similar to this one where they show an estimate of the tokens used after every request. It would be pretty cool to have this here...
I want to host this as a service for me and a few friends but would like for each user to be able to use their own OpenAI token so...
Several users have reported app crashes when requesting too much data from Health Connect, with the following error: ``` android.os.RemoteException: Request rejected. Rate limited request quota has been exceeded. Please...
Once #1019 is merged, we should support fetching particular records by UUID and deleting them by ID, similar to `react-native-health-connect`: https://matinzd.github.io/react-native-health-connect/docs/category/methods Methods to add: - `getDataByUuid` - `deleteDataByUuid` - `deleteDataByUuids`...