Matt Rossman

Results 73 comments of Matt Rossman

I'm curious what they mean by: > The website will remain active beyond that time in support of API and iOS App customers. If the web interface is indeed still...

Hey @PowerScissor I just took a look, weather updates are indeed failing. It doesn't seem to be a WU issue but rather a failure of the reverse geocoder (which converts...

Tbh I don't mind manually releasing, I don't have to do it often. Building is easy enough with the pebble docker image, the hardest part for me is local dev...

Is there a particular one of these that you are keen on supporting? I'm pretty happy already with the forecasts from Weather Underground, at least in the US.

The current implementation has been stable for the past year or so, but if it breaks at some point I'll look into those suggestions :)

Originally I was ignoring this because I already had Travis CI set up for automatic builds. However, seems like the Travis setup isn't working anymore so I may look into...

Upper left? How about bottom right like the old ForecasWatch. That way it can go beneath your suggested AM/PM indicator. Edit: for clarity I mean bottom right of the time

Strangely, the file on GitHub appears to use LF endings, but the one that appears in `node_modules` installed from the npm Registry uses CRLF. I tried to fork & fix...

@tapio could you please re-publish the latest version without changing the line endings? I was bitten by this again when installing on a new machine.

> The advantage of this aliasing is that the imports of the examples are now the same both in node and the browser. Silly question, but isn't this already possible...