Marc Wandschneider

Results 9 comments of Marc Wandschneider

hhm … yah, sorry, i'm a bit at a loss on this one. I'm more of a Visual Studio Code user these days. Find it to be a pretty good...

Hi! Up the tree means going to our parent directory ( `..` ) and then if not found its parent directory ( `..` ) until it is found or there...

Hi! Yes, they changed Angular. You need to do the following now: ``` albumsApp.controller("AlbumListController", ['$scope', function ($scope) { // etc }]); ``` You now have to declare which things you...

I'll update the code for all the various samples. Thanks for pointing that out!

Hey Eugene, Yah, I think it's the same problem; injection works differently now, so your last line should be: ``` rfpApp.service("customerProvider", [ customerProvider ]); ``` Give that a try. You...

Hi! I'm not 100% sure what you're asking? --> When you require a module, that module is assigned to the variable you declared, i.e. `db`. You can then access anything...

Hi! Thanks for the note. That's behaviour I haven't seen before. I guess there is now a case where you get a readable, but there's no data to actually read....

Hi @javajared !! So, I looked through this today, and the code works fine as is — it does, however, use the `mongodb: "2.x"` module instead of the newer 3.x...

Hey @NikitaGhanwat, Thanks for the report. So, one of the biggest problems we have w BeaconTools is that the individual beacon vendors have wildly differing implementations of the GATT Configuration...