BigFun

Results 13 comments of BigFun

It's been pointed out to me that Dragonite does not use an api secret. So, if you want to try this and your servers are in a public environment, you...

welp, I don't think my dupe checker is working. lastcoords must not persist in state? not sure how to solve

@jfberry - [kbtbc](https://github.com/kbtbc) changed the base branch from master to develop [yesterday](https://github.com/KartulUdus/PoracleJS/pull/886#event-11371534344) -- your help is appreciated!

The issue is my duplicate variable doesn't seem to keep state. So, I was thinking I might need to change the location of this function or figure out how to...

PR updated to add option to scan a cluster around lat/lon to help pickup pokemon data that might not be at cell location. To use set new config option: `...

Also, my calculations for cluster points are wrong... still working on that :-)

My 70m cluster calculations are not perfect, and it might be because I'm not accounting for the non-spherical nature of earth(?) ... more likely I just don't know the more...

Added database table `scout` to use for duplicate checks. To setup, within your poracle database: ``` CREATE TABLE `scout` ( `id` int NOT NULL, `lastcoords` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,...

> A better approach would be to use the existing inter-process communication to send the scout request to the main (since) thread, and do the de-dupe there from a short...

You can close this then, I think I'm done -- works good for me.