Michael Prentice

Results 402 comments of Michael Prentice

@levgaas no, sorry. I haven't used that library. I would post on Stackoverflow.

I'm seeing these kinds of errors on OS X. I also don't have `moduleId` in my component's metadata since they are generated by the CLI which doesn't add that anymore....

I went through my app and added `moduleId: module.id` to all my components. That fixed the no such file errors for my templates, but now I'm getting the SCSS files...

I'm having the same issue with this not working for my app which is using partials. Running the latest Chrome. This did work for me though: http://stackoverflow.com/a/23919364/633107

I ran the demo app in `src/` and I was surprised that I couldn't actually test or debug, the part of library that I needed to fix, in the app...

I keep getting the following in Chrome stable with 0.9.10 and 0.9.14: `Controller 'mdTable', required by directive 'mdCell', can't be found!` Still debugging in... seems to be an issue with...

Yes, using Angular 1.4.8 or 1.5.x. Not using ui-router on this project just angular-route.

I tried to build an updated version here: https://drive.google.com/file/d/0B7eNn0CRewQ8cHZmclY4d3NFYkE/edit?usp=sharing But I don't have a BT keyboard to test with. Someone on the Glass Developers Google+ community is testing the Favi...

I got the following logcat from Google+, I'd be happy to review yours as well (splaktar @ gmail .com). ``` E/ ( 1814): ### ASSERT : external/bluetooth/bluedroid/main/../btif/src/btif_dm.c line 1259 unhandled...

One of these ASSERTs appears to be related to the following AOSP bug: https://code.google.com/p/android/issues/detail?id=40099 The proposed fix is checking if the device is in discovery mode before canceling discovery: ```...