Schlepptop
Schlepptop
:sparkles: Allow specifying DB for export :sparkles: Actually clone the service, not just the SERVICE_NAME DB See dokku/datastore-issues#7
Requires that https://github.com/dokku/docker-s3backup/pull/12 be merged
Fixes #93
Is there a reason to not use a single delete statement when [trimming the event log](https://github.com/fanout/django-eventstream/blob/d09bcd95c1476463803b1265be606f4eae40c6fa/django_eventstream/storage.py#L114)? The code creates a query for every single event that needs to be deleted....
## User Story As a developer, I can force a map update for a tile if my tileserver notifies me of a change. ## Rationale - I don't want to...
I would be interested in drawing arbitrary GeoJSON to the map by sending a new cmd. What would be a good approach to implementing this?
I am trying to improve the performance of my application, and I noticed that updating the eventcounter (which is done for every sent event) performs 3 DB Queries, which on...
When trying to add a Great Circle to a FeatureGroup instead of adding it directly to a map, I get `this._map.getZoom is not a function`. Looking at the `addTo` method,...
Fixes #3784 ## Launch Checklist - [x] Confirm **your changes do not include backports from Mapbox projects** (unless with compliant license) - if you are not sure about this, please...