Results 97 comments of BlueRaja

This is our entire `.template-lintrc.js` ``` 'use strict'; module.exports = { extends: 'recommended', rules: { 'no-bare-strings': 'warn', 'no-invalid-interactive': 'warn', } }; ``` We _just_ upgraded to Ember 3.04 so there...

Ah, it only happens from `http://localhost/tests` (or `ember test --server`). If I run `./node_modules/.bin/ember-template-lint **/*.hbs` manually, I don't see the issue.

I think this is now a critical feature for XFGloss. After updating to Xamarin 5, `Xamarin.Android.Support.v7.MediaRouter` prevents release builds from working. The only workaround seems to be removing all the...

This bug makes NControl basically unusable in Android. No drawing code works correctly across devices of different densities. Does anyone actually use this control!? I've found the solution to be...

No, the framework is broken and apparently no one cares about it.

Now the paths don't get shortened **at all**! This is even worse!

:+1: except for the inconsistent formatting

Merged latest version from master

Having the same issue. Seems to be related to a non-host wearing one of the rings from the More Rings mod.

I think this is most likely caused by https://github.com/adrianstevens/Xamarin-Plugins/issues/107. Try setting the volume _after_ calling `Load(...)`