Results 22 comments of blindmikey

I too am having this issue.

Tracker enhancement would be ideal for those with trackers. Only use case where pointing a controller doesn't work, is when two hands are required for an action while user wants...

Awesome, I'd be happy to - will just have to read up on those guidelines. Will have more time over the weekend. Yay for my first PR!

Chrome is more aggressive against autoplaying. I find the solution is to add the following property to the iframe code: ```allow="autoplay"``` Hope this helps!

I believe if the youtube iframe api would take precedence.

Just adding my 2 cents, Autoprefixer allows my team to write css without having to think of which browser versions do or don't support which vendor prefixes, and without using...

Hey @TheJaredWilcurt, Thanks! Interesting find with the invalid CSS, I'll have to replicate and see if I can narrow down the cause. I agree having it optional would be best,...

Reading Autoprefixer's documentation we might be able to just allow the user to add a browserlist config to their project root. I'll test and see if this works as well...

Hey @TheJaredWilcurt I'm wondering what the value is of creating a gui that edits a text file in the user's project. Particularly users who are opting in to using autoprefixer...

@TheJaredWilcurt I love it! I might suggest having that question mark icon after "Browser list" even when one is not found. Maybe some language that one is not required and...