Nic

Results 7 issues of Nic

I have a sweet modal with four tabs. One should be hidden unless a specific condition is true, but it isn't appearing in the DOM. ```javascript import Vue from 'vue'...

**Version** @vueup/vue-quill version 1.2.0 **Describe the bug** Using this package with SSR gives an error: ``` /var/www/html/node_modules/quill/dist/quill.js:7661 var elem = document.createElement('div'); ^ ReferenceError: document is not defined ``` **To Reproduce**...

i might've screwed up some formatting, but i wanted to do a pull request just to see whether or not you would find this interesting too

> Update: **Seems to be incompatibility with Laravel 8 that is the issue.** I just spent some time debugging an issue when running `composer update` within a Laravel-project and found...

### Minimal reproducible example https://github.com/NicTorgersen/expo-camera-minimal-example ### Steps to reproduce Using Samsung A14: Starting a video recording makes the preview lag behind what the camera sees, the video recording has skipped...

needs review

### Minimal reproducible example https://github.com/NicTorgersen/expo53-video-minimal-example ### What platform(s) does this occur on? Android ### Where did you reproduce the issue? in a development build ### Summary I attempted to recreate...

needs review

## What This PR adds possibility to make use of the AndroidManifest `uses-feature` element to adhere to Play Store policies. ## Changes This only changes the Expo Plugin implementation to...