Farhan Farooqui

Results 8 comments of Farhan Farooqui

I am trying to use the EmojiView in Jetpack like this, ``` val view = LocalView.current AndroidView(factory = { context -> EmojiView(context).apply { setUp( onEmojiClickListener = { emoji -> Log.d("emoji",...

My support library version is also 23. I created another project and added this library and it gave me the same error

Can you tell me how to align the text? It's always aligned left. I need to center align it. Using KaTeX engine

I have tried monkey patching, by setting a custom httpsAgent with TLS v1.2 to the Axios instance in uapi-request but it didn't work.

Hi @kommandant-topp, uapi-json: 1.16.0 nodejs version: 18.17.1 & 20.5.1 Here's the full request dump, [request log.txt](https://github.com/Travelport-Ukraine/uapi-json/files/12448291/request.log.txt)

Hi @kommandant-topp, Thanks. Switching to 16.14.2 solved the TLS error, however I am getting error of invalid credentials, even though my credentials are correct. It works on the demo portal...

My bad, I missed the fact that production flag is set to true by default

I pulled the latest code and tried, it didn't work. @huhx @matteoKuama have you found any fix?