cubitworx
cubitworx
This package does not produce correct geohashes. I discovered this by accident when conflicting geohashes were generated for two completely different coordinates. The following coordinates produce the same geohash: ```...
**Is your feature request related to a problem? Please describe.** Please could you improve the documentation. Specifically, a more detailed description of each API item. As an example: the `trackByFn`...
**Is your feature request related to a problem? Please describe.** The reason I would like to use favourites is so that I can perform actions on them that I would...
Using Laravel 5.3: It doesn't look like php-console-laravel can be used with a cached config - not without overriding the ServiceProvider class & removing the default config entry `dataStorage` when...
https://angular-meteor.com/tutorials/whatsapp2/meteor/setup In the Bootstrapping section of the above page, the tutorial calls for the user to install `angular2-compiler`. Should this not be `angular-compiler`? ``` meteor add angular2-compilers ``` On windows...