Jacob Johnston

Results 7 comments of Jacob Johnston

It appears that my error is due to dependencies on external libraries. Following [this stackoverflow question](http://stackoverflow.com/questions/30342069/angular-timer-not-working), I included the two libraries in my app and it works! This represents a...

So this never got answered... I need this functionality if I will use @agm...

I'm rolling with a work-around but it doesn't make me happy. Presumably I'll have to do another refactor when they fix this. `customerCol = collection(firestore, 'customers') as CollectionReference;` I spent...

@jamesdaniels does this mean we will eventually get functionality in line with the current documentation, or that the documentation will be updated to reflect the new (seemingly downgraded) doc and...

+1 to this too! I just wrestled with this issue for days-worth of "spare time" until I finally generated some test data to realize what was causing my tooltip to...

Found a workable work-around for folks in a similar situation to me... My sensors emit data every 5 minutes, so I'm rounding the time to the nearest 5 minutes and...

I had this exact issue, possibly for different reasons, and nearly gave up, but I now have two potential fixes. **Solution 1:** Initially, I had simply opened the file "code.py"...