sebastienvercammen

Results 4 issues of sebastienvercammen

The API can return `0` as `max_item_storage`, mostly seen when accounts haven't completed the tutorial yet. This overwrites the original default of `350` and makes the pokéstop spinning check on...

Hi, I'm Seb from RocketMap. The iPokeGo project has just been blocked on all RocketMap websites because it violates RocketMap's 3rd party project policies. We've updated our [contribution guidelines](https://github.com/RocketMap/RocketMap/blob/develop/CONTRIBUTING.md#third-party-applications) to...

Using: https://docs.patreon.com/?python#paging-through-a-list-of-pledges ``` import patreon access_token = '...' # your Creator Access Token api_client = patreon.API(access_token) # Get the campaign ID campaign_response = api_client.fetch_campaign() campaign_id = campaign_response.data()[0].id() # Fetch all...

### What happens? With `hive_partitioning=True`, directories with an empty value (`Field=`) can be interpreted as being values of `NULL`, even when the actual values stored in the files are empty...

under review