sebastienvercammen

Results 61 comments of sebastienvercammen

It's August 2019, a full year since the original PR, and wheels on `piwheels.org` are only built for `py3.5.x` or `py3.7.x`, not `py3.6.x`. pywheels `py3.6.x` support was intentionally canceled in...

Real life has other plans for me as well, so this is not something I could/can pick up in the short term. > Hi it's year 2020. But @franva, just...

Concerning Leaflet wraparound: > **worldCopyJump**: Boolean (default **false**): With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original...

Side note: GitHub supports the following: ``` 1. a 1. b 1. c ``` and it'll render as ``` 1. a 2. b 3. c ``` as demonstrated: 1. a...

@wfcook `updateMap`: https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1914 * Loads data, then * [calls `processPokemons`](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1916) * [which calls `processPokemonChunked`](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1606) * [which calls `processPokemon`](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1628) * [which finds that the Pokémon is excluded by rarity](https://github.com/RocketMap/RocketMap/blob/develop/static/js/map.js#L1679) and so...

@pogo-excalibur Same issue with new scans that don't have any entries yet. Defaulting to `Ultra Rare` would make all Pokémon (including Pidgeys) `Ultra Rare` in all instances until enough data...

@codename-art Think you can fix the [Travis issues](https://travis-ci.org/RocketMap/RocketMap/builds/325045001)?

Author is unresponsive, so I rebased and pushed a fix for Travis. Note: this doesn't serve as my review or approval.

@loosi @mauricionarcizo 👍 Thanks for confirming, we're looking into it.

@Kallo1994 @loosi @mauricionarcizo Can you include logs for your instances? I'm specifically interested in: ``` Using matplotlib: %s. Found %d coordinates to geofence. Geofenced to %s coordinates in %.2fs. ```...