Romick2005

Results 40 issues of Romick2005

Got this `'openssl/opensslv.h' file not found` build error on case sensitive file system (macOS Monterey 12.4) ![image](https://user-images.githubusercontent.com/17779660/178680508-d730c343-3adb-4a3d-8f7d-16bdae3a10e8.png)

Is there any solution for M1 silicon apple chip?

Fix openssl include issue on case sensitive file systems.

Got this 'openssl/e_os2.h' file not found build error on case sensitive file system (macOS Monterey 12.4) Linked with this [issue](https://github.com/facebook/folly/issues/1817). ![image](https://user-images.githubusercontent.com/17779660/178683543-829c3432-7b83-47ef-940d-821ffe6c937e.png)

This warning actually does not warn as there are no way to fix it and it has no impact on the updateFlash method success execution.

… twice. ### Platforms affected Android ### What does this PR do? Fix issue with calling onSnapToItem twice for Android.

For my particular case I need to go back to the previous slide if not all fields is filled. So I used carousel onSnapToItem callback to listen to the swipe...

It is possible to handle Nuxt ssr using this library?

enhancement
help wanted
question

Please merge this fix.

The problem exist only on safari. Line this.parent = $document.find('body')[0];//this.parent = undefined; ... this.parent.appendChild(this.progressbarEl[0]);//thows error throws error: TypeError: 'undefined' is not an object (evaluating 'this.parent.appendChild') Can you please replace it...