Shawn Lim
Shawn Lim
https://github.com/abhinavdahiya/go-messenger-bot/blob/master/receive.go#L13 Entry.ID is a string, not an int64. The payload receive from fb webhook is: ``` { "object": "page", "entry": [ { "id": "19283198372197", ........ } ] } ```
Would love to have an opportunity to alter the behavior of my route transitions with the use of transition hooks (`beforeLoading`, `afterLoading`, etc).
Hello, I'm keen to use this smart package but I implement infinite scroll in my project using this method from meteorpedia: http://www.meteorpedia.com/read/Infinite_Scrolling How do I use this smart package but...
Adding this library causes the following errors in the console... http://localhost:3000/proxy.php?url=http%3A%2F%2Flocalhost%3A3000%2Fproduct%2F10&type=google-plus&callback=angular.callbacks._1". how can i fix it?
specifically isomorphic web apps? the https://github.com/spoike/refluxjs project is really user friendly but wat it lacks is server side compatibility
I have a bower package "yamm3" which depends on bootstrap-3. When I run my meteor app, it downloads bs3 into the .meteor/local/bower folder. Now if I also have a smart...
In your README example, I use bower to instead load select2 version 3.4.8 The library seems to load fine except one for issue - one part of the css appears...
Wonderful package! Can we have this in stylus as well?
I'm on a windows machine. I've so far managed to use most meteorite packages by following the instructions here (www.discovermeteor.com/2013/03/20/using-meteor-and-atmopshere-on-windows/) When i run 'meteor' on my project with .jade files,...
Don't see any docs and lots of unanswered issues.