Results 10 comments of Pedro Andrade

hey @MichaelSolati, I see that all tests are passing. Is anything missing? Maybe I could help it.

In my case, the mobile clients only update their locations on firestore but don't query so I removed the client library and replaced the update with: ``` import { hash...

The `1.2.0` version published 6 days ago (thanks @refarer!) allows the token to be passed on the constructor. So, now you could do something like this: 1. Create the endpoint...

@apecollector ``` // types.ts export interface PlatformTokens { token?: string; state?: string; challenge?: string; } ``` ``` // tokens.ts export const getPlatformTokens = async () => { const tokens =...

this issue deservers much more attention. I'm glad to found @kaustubnvd workaround. many thanks! > I was able to get the behavior hackily working using the `navigation` object instead of...

Same here. `ImagePicker.launchCameraAsync` always crash if "Don't keep activities" is enabled.

Same here. Fixed with this pull: https://github.com/danielctull/DTGridView/pull/10

EDIT: oh I see, 0.4.0 version of lex-cli hasn't the fix yet. I end up uninstalling it from global and updating build scripts for running it from source. --- were...

I've configured OpenAI and ollama using the UI but was still getting "No LLM Provider selected". It worked after editing `settings.json` directly and adding this: ```json "assistant": { "version": "2",...

If you have Google translate installed like I do it will result in losing screen context and scrolling as I described here: https://github.com/bluesky-social/social-app/issues/6695