Untit1ed

Results 6 issues of Untit1ed

I'm not even sure if it's a Visual Studio or Resharper's feature, but I'm wondering if it would be possible to implement navigation from css class in my HTML view...

enhancement

i'm trying to call my existing code in an async method, but the following code returns 0 devices: ``` async def main(): chromecasts, browser = pychromecast.get_listed_chromecasts( friendly_names=["MyChromecastName"]) if not chromecasts:...

Came here from [this post](https://www.reddit.com/r/Chromecast/comments/1zilh5/python_controls_for_your_chromecast/) created by the author that promissed me an example how to replace my Chromecast idle screen with something more useful, but the link is dead....

Any plans on adding SCSS support? It was mentioned as "in progress" in the tutorial video, but it looks like it's still not there.

in the following example, variable 'a' shouldn't be marked as unused: ``` bar.foo(function (a, callback){ callback(); }); ``` Yes, technically it's unused, but there's no way it can be removed.

Just wondering if you have any plans on adding caching support to the handler?