Kizito Egeonu
Kizito Egeonu
Yes. In version 0.2.0 setting the confirm_success_url throws the error: `Unknown attribute: confirm_success_url for User` . And not setting it throws the `missing confirm_success_url` error.
@MaicolBen Was experiencing this after my app on heroku autoupgraded the gem to 0.2.0. Had to revert to get it working again normally. I will try to reproduce it on...
In your android-specific options for InAppBrowser.open add `showInRecents: true`. This should fix it. ``` InAppBrowser.open(url, { // Android Properties showInRecents: true, ........ }) ```
Thank you very much @gabrielmoncea . I was already validating the earlier PRs that this PR grouped. Since most of these are now in 0.2.0, will focus on test mocks.
@krakzk does 0.2.0 solve the issue for you?
Try [Semantic-Kernel-Typescript](https://github.com/lordkiz/semantic-kernel-typescript). This unofficial port includes audio and chat completion implementations for openAI, Gemini, hugging face inference models and chat completion Agents. https://github.com/lordkiz/semantic-kernel-typescript