Jordan Réjaud

Results 9 issues of Jordan Réjaud

[SSLEngine](http://developer.android.com/reference/javax/net/ssl/SSLEngine.html) only supports TLS 1.1 and 1.2 on android API lvl 20 or greater. `enableTLSProtocolOnOlderVersionsOfAndroid(Context context, String protocol)` lets the user set a protocol (ex: "TLSv1.2") and update the SSLEngine...

Hi there, I might be implementing the library incorrectly, but is it possible to get a content uri in the style of: `content://com.android.providers.media.documents/document/image%3A64` from the `handleActivityResults#onImagePicked` method? If not, could...

enhancement

A Webstorm/ InteliJ version of the theme would be lovely. This theme looks beautiful, thank you for taking the time to create it.

If you're using react-image-lightbox with Ant Design, you need to manually import the styles.css file or else it won't be included and your lightbox will look wack. `import "../../../node_modules/react-image-lightbox/style.css"`

Puppeteer-Extra can also be used with Playwright (which allows firefox). Firefox doesn't have a UA property (unlike chrome), so trying to run this method with FF prints a warning.

plugin: stealth ㊙️
plugin: puppeteer-extra

Added note on how to make holderBackgroundColor transparent

### Describe the bug Trying to use Cash App Pay triggers the following error: ``` index.js:1 Initializing Cash App Pay failed TypeError: Cannot read properties of undefined (reading 'toString') at...