Ariel Núñez
Ariel Núñez
GeoNode has a use case for Tegola where configuration should be passed at runtime. It would be great to be able to use something other than files on a disk...
This is required to support changing a configuration file during development. If possible, Tegola should finish serving existing requests with the old config and serve new requests with the new...
A friend recently stopped using tegola and switched to Tilemaker: https://github.com/systemed/tilemaker his use case was generating offline tiles to put on a mobile app (react + mapbox). I had initially...
Came out of: https://github.com/obsidiansystems/obelisk/issues/305
When running `test_custom_locale_selector` I get errors of the form: ``` "12. April 2010 um 15:46:00 MESZ" != 12. "April 2010 15:46:00 MESZ" ``` I am unsure if this is a...
This may be a somewhat private api but it is used by Django. https://docs.python.org/3/library/_thread.html#thread.get_ident It is used here: https://github.com/django/django/blob/stable/2.2.x/django/db/backends/base/base.py#L8 ``` import threading import _thread ``` ``` # Thread-safety related attributes....
Last time they were re-created it was 5-7 months ago. It may be a good idea to refresh them before blink 1.0 and test make.com can build cosmo correctly.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** # on NixOS running on an HP laptop with intel graphics. # on rev eb019138bb2d2c1c202589fe031d036999fd28d8...