sebastienvercammen

Results 61 comments of sebastienvercammen

@dongemus @friscoMad Don't worry too much, thanks about the feedback. There **is** a way that works 100% of the time to detect shadowbans, but it'll take more time to implement....

@TomSirgedas Sorry for the late reply, somehow the notification for your ping got lost and I've been swamped with shadowban/API work. Yes, this definitely has a use case and will...

Strangely enough, [this doesn't make much sense](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L979): ``` x * 2 / 2 ``` because that's just `x`. To be checked what the intention was.

@urinella You can tone down the attitude. @friscoMad was helping. He's also one of our core devs, so if you're looking for help these are not the people to show...

For reference: * [`$selectExclude`'s `.on('change', ...)`](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L2773) * Calls [`clearStaleMarkers`](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1410). * [Here is the menu definition in map.html.](https://github.com/RocketMap/RocketMap/blob/develop/templates/map.html#L46) * [And an accordion in map.js.](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L3081) To be checked what triggers the sidebar's...

Someone else had this same issue, except that the image was constantly being rebuilt after each commit by Docker and 2 out of 3 images worked while the third didn't...

@Galaxxius Thanks for the update. I've changed the title and tags so we can take a look at what's going.

Requires a rebase and a performance test on large maps.

Some additional reading material for the proper data: https://www.reddit.com/r/TheSilphRoad/comments/55xq49/how_size_is_determined_in_pokemon_go_plus/

Reflagged from "has pr" to "help wanted". @tomballgithub is correct that we need to query Gyms only if they've been scanned within the last x hours. This is unrelated to...