John Rake
John Rake
The javascript code written here is slightly atypical in the sense that it doesn't natively support being exported as a module. I ended up custom coding the source into the...
Currently `toHash()` assumes the column being indexed to be unique. ``` javascript myModel.toHash("some_unique_key"); ``` However, if the column being indexed is not actually unique you will have an undesired effect...
There doesn't seem to be any logic in place to grab images from a google place photo reference. https://developers.google.com/places/web-service/photos Any ideas on this feature?
Before continuing before I want to say this was far and away the best notification module I found during my research. Given that I needed to modify it quite substantially...