Federico De Faveri

Results 7 comments of Federico De Faveri

Hello and thank you for reporting the issue. As I understand from the Yahoo site now OAuth1 authentication is required to access the API. I will try to add such...

The current implementation of the API is based on the YQL service (https://developer.yahoo.com/yql/) that has been dismissed. To make it work again I need to revert it to Yahoo Weather...

Hi @Pr1ckl3s, the library simply queries the Yahoo Weather service (https://developer.yahoo.com/weather/) and gets back his result as Java objects. GetLow returns the lowest temperature during the day, I don't see...

It works only if the paper-button or the paper-icon-button are declared in the list item template. If in the item template you use a polymer element with inside a button...

Setting to zero the font-size of the paper-menu-button looks working as workaround. ``` paper-menu-button { font-size: 0px; } ```

Comparing the properties of the JS versions vs the Dart one I see only a difference on the paper-menu-button heights. Taking all the CSS properties (also the inherited one) here...