Daniel Schep
Daniel Schep
It'd be nice if I could tap the space bar to play & pause the station when the app is focused, like most media players support. Edit: putting the input...
I stumbled upon this via Github's new "discover repos" feature, interesting project! Having `s.case` capable of working as decorators would allow you to not have to define functions separately from...
Enable usage like this, list of domains & support wildcards in strings: ``` >>> @cors_headers(origin=['https://example.com', 'https://*.example.com']) ... def hello_custom_origin(example, context): ... return {'body': 'foobar'} >>> hello_custom_origin({'headers': {'Host': 'https://foobar.example.com'}}, object()) {'body':...
It's currently not possible to implement the [Trail Working Group's rendering suggestions](https://wiki.openstreetmap.org/wiki/United_States/Trail_Access_Project#Suggested_rendering_and_recommendations_to_data_consumers) with OpenMapTiles because it doesn't expose the `informal` or `operator` tags. The easiest way to support this would...
Dams can also be ways or nodes. For example: https://www.openstreetmap.org/way/235765796 I see polygon dams were added in #713, but IMO, dams that are ways(small dams) are more important to render...
This fixes #3572 by checking if the selected `fullscreenElement` has a `shadowRoot` that contains an element that is actually the element that is fullscreen. It uses a `while` loop instead...
**maplibre-gl-js version**: 3.6.2 **browser**: Firefox & Chrome (probably all?) ### Steps to Trigger Behavior 1. create a map with `FullscreenControl` within a custom element 2. click full screen button 3....
`getargspec` was removed from the `inspect` module AFAICT. First reported in #190
I configured a Php 7.0 LAMP stack on Ubuntu 16.04 and tried to setup the instance but get an error.  And here's how I configured the...
Currently only uses `InMemoryUploadedFile`.