Mohammed Imthathullah

Results 10 comments of Mohammed Imthathullah

let us know how it goes for you. I was able to log in once by passing `ASWebAuthenticationPresentationContextProviding` but was not able to persist the login across multiple launches of...

PR #335 has added support for it. Can you try it?

in iOS 13+, it works only with the following method. ``` func authorize(withProvider provider: ASWebAuthenticationPresentationContextProviding, ephemeralSession: Bool = false, callbackURL: URL, forceLogin: Bool = false, success: TokenSuccessHandler?, failure: FailureHandler? =...

It is kinda hard to get stuff like this working in SwiftUI. I mostly prefer screens over which I need more control written in UIKit. And this tags field goes...

I can not find any placeholder label. Kindly let me know where to look. I tried to fix this by calculating the attributed placeholder height and applying it to the...

I just tried saving a document and fetching it from Firestore in an AppClip and it works as expected. I've not tested real time updates, but my use case doesn't...

@ryanwilson Thanks for the pointer. Indeed, I tested in Simulator and it is not working in physical device. However, I tried callable firebase functions from App Clips in physical device...

Thanks for sharing the fix @keisukeYamagishi . Unfortuately for me, the error kept repeating for different packages because of `AsyncHttpClient` (which depends on a handful of such packages including `swift-atomics`...

in case if anyone faces this issue recursively like me for multiple packages, then you can try the approach by [duckduckgo/ios](https://github.com/duckduckgo/iOS.git). create a static framework in your project and add...

I don't know who needs to "sanction" it. That is why I've created this PR. AFAICT, Everything [here](https://github.com/Homebrew/homebrew-core/blob/master/Formula/o/ollama.rb) looks good and points to this ollama repo.