Nikolay Korotkiy
Nikolay Korotkiy
@Symbian9 Maybe I missed something, but what is wrong with original [azpainter](https://github.com/azelpg/azpainter) repo? Why package maintainers use this one instead?
Created PR https://github.com/NixOS/nixpkgs/pull/86028
> There is a program called GpsMapEdit that lets you open .img map files if you want to view them if you want to see what you have downloaded. There...
> I must ask: why would this be nice? What kind of use case are you thinking of? Gemini is really in line with [suckless philosofy](http://suckless.org/philosophy/), so it is not...
The same issue on iOS, but with error "Operation not permitted" instead of "No such file or directory".
Both fixes suggested above don't work for me.
https://stackoverflow.com/questions/62345010/client-side-cache-protobuf-vector-tiles-leafletjs
Maybe this helps: ``` LEAFLET_CONFIG = { ... 'PLUGINS': { 'leaflet.locatecontrol': { 'css': 'leaflet.locatecontrol/dist/L.Control.Locate.min.css', 'js': 'leaflet.locatecontrol/dist/L.Control.Locate.min.js', 'auto-include': True } } } ``` ``` function main_map_init (map, options) { L.control.locate({ drawCircle:...
I've tried btpd and it doesn't start even with http tracker URLs. No errors in ~/.btpd/log.
I'm trying to get it working, but have some problem: ```bash $ docker pull glauth/glauth:v1.1.0 $ docker volume create glauth-config $ cat /var/lib/docker/volumes/glauth-config/_data/config.cfg [frontend] tls = false listen = "0.0.0.0:3893"...