Nick
Nick
Add CI support within GitHub to auto-respond to PRs
### Description This fixes #3473, to promote function deployment errors to the terminal. Right now they are hidden unless you look deep into debug logs. ### Scenarios Tested * Have...
Just a quick shortcut
- View local files and files on a connected USB device - Play files - Metadata automatically applies to these new videos as well, so your library appears seamless -...
This was a frustrating issue that came up while debugging. `VideoUtils.isVideoFile` works fine if the extension is lowercase, like `.mov` or `.vob`. When the extension is capitalized, like `.VOB` for...
I have a pretty large hard drive full of media that I'm connecting using SMB. After about 10 minutes of traversing, the app crashed with the attached exception. It seems...
Let's say I have a computer with multiple drives. I only want to share one. The rest should remain inaccessible. For simplicity, I just want to add the whole IP...
Trying to compile with this library in my app on API level 25 and it's not working. Error:(46, 13) Failed to resolve: org.apache.httpcomponents:httpclient:4.5 After examining [some other help](https://stackoverflow.com/questions/31433687/android-gradle-apache-httpclient-does-not-exist) it seems...
### Description I want to install iron-icons through Yarn directly through GitHub. With a handful of Polymer projects, like `app-layout`, there is no `package.json` and the installation works fine. However,...
For a [smart home sample project](https://github.com/actions-on-google/smart-home-frontend) we want to have several exclusive options for a given smart home state backed by icons. Rather than writing our own radio-group element we'd...