Marcin Pawłowski

Results 20 comments of Marcin Pawłowski

@mahyarmobilab Thanks, wrapping proxy and calculating dynamically `parseReqBody` works

So, after over a year, I'm bumping it up :) I have created new PR. Please take a look @zubairehman . It doesn't change default behaviour, it extends it if...

Can confirm exact what @avi-mastov said. We have snapchat login integration and the same problem. ```swift import uni_links override func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any]...

You can use some kind of markdown converters or something, that is actually plain text, convert it to html and inject using ``` initialContentHTML ``` or use ``` setContentHTML ```...

Suggestion from @GaelleJoubert works. I had to add delay after canceling characteristic stream before I disconnected from the device.

@navaronbracke Because `mobile_scanner` uses MLKit from google, I guess they might need to update MLKit first, so you can pick up newer version. I believe they are using Disk Space...

For me, the problem occurs only on Android. Stream returned from the connect method never fires `disconnect` event. I had to change the listener for `connectedDeviceStream` as @William-Geng suggested. So...

I can confirm this works better, sound works in more videos than before changes.

I have exactly the same problem. As you can see above, I made PR for this issue. Hope it will be investigated asap.

I can confirm, that manually merging `Privacy Accessed API Types` found in all the `PrivacyInfo.xcprivacy` from 3rd party libraries can fix the issue with missing `Missing API declaration`. Although, we...