Madd.is
Madd.is
@hblumberg can you open a PR with your changes please? https://github.com/Khan/react-native-image-capinsets/commit/063c3d5fd0a5e2edadc8886506dfd755c5a78938
Since there are more attributes that might be relevant, like `aria-*`, I would suggest passing all props to the ``-Tag
I am not sure of the inner workings of `local pubkey = crypto.pkey.from_pem(key)`, but this might be leading to the the latest security vulnerability: https://auth0.com/blog/critical-vulnerabilities-in-json-web-token-libraries/ Right now this is not...
I used the following and it worked: ```js passport.use(new FacebookStrategy({ clientId: ..., clientSecret: ..., callbackURL: ...., profileFields: ['id', 'displayName', 'email', 'first_name', 'middle_name', 'last_name'] })) ```
Please use ``` to format your code, see https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code It seems that your provided code is not related to the issue, please provide more information.