Results 14 comments of Tobias Gassmann

The build seems to be failing now but I cannot see the details, it only shows a 404: "We are sorry, the resource you requested cannot be found."

My usecase is a virtual indoor cycling simulator. I need to call "orientToGeocoord(...)" at certain intervals and transform the whole tileset to keep the rider close to the origin of...

I have issued a (very simple) pull-request. It is indeed very simple, but strangly enough it works for me. Feedback is very welcome! https://github.com/helpers/handlebars-helper-moment/pull/13

I have just looked into the docs for onValue: it returns an unsubscribe function. So my question is: Does this implementation: `off(firebaseQuery, 'value', valueUnsubscribe);` really unsubscribe correctly? Shouldn't it just...