Sean Brewer
Sean Brewer
The "workaround" is to open up each room you've joined into a different tab. It would be awesome if I didn't have to do that, though.
Just to add why this is necessary: while this library works fine on older versions of Leaflet otherwise, the call to `fakeStop` breaks functionality with click events and etc. The...
@joewalnes, `make` works for me. Make sure you run `npm install` before you run `make`.
@jaz303 @joewalnes OK, how about something like this?: https://gist.github.com/seabre/d9dc5039ff9f31471934
This would be great to have.
@warmfusion Some temporary solutions: If you need pieces of the API that aren't available to the Ruby client, what I've been doing is reading the [soda-java](https://github.com/socrata/soda-java) code and figuring out...
This might be a dumb question, but do you already have an older release of GoMySQL installed? If so, just do `goinstall -a -u`. That will update, recompile, and reinstall...
I haven't pulled any of the updates into the demo app yet. Are you using the latest from the master branch?
It's how the algorithm works. This person gives a pretty good explanation of how the tolerance parameter works: http://gis.stackexchange.com/a/11915 PostGIS's implementation is roughly the same as mine. Here's test case...
I, ugh, don't look at this project a lot. I'll take a look when I get some time. Thanks for making me aware of it.