Mara
Mara
Thanks to ImreSamu in issue #273 for writing this summary
Instead of resetting all the map defaults, only reset the defaults for the map that is being destroyed. I had an issue where one map was deleted, and the layer...
So I'm using [Mapbox GL Leaflet](https://github.com/mapbox/mapbox-gl-leaflet), and I need an attribution. It works for an OSM layer, but not my custom layer. ``` ui-leaflet mapbox-gl-leaflet body { margin:0; padding:0; }...
Using marker templates, I'm giving each a scope with `$rootScope.$new()`, and setting the data for each one, but every pin has the same scope in the end. I expected that...
**Describe the bug** Many youtube playlists add new videos to the end, not the beginning. For example: https://www.youtube.com/playlist?list=PLaDrN74SfdT7Ueqtwn_bXo1MuSWT0ji2w This shows the oldest 15 videos in the playlist, in reverse chronological...
I have a t500 and it doesn't work with tpacpi-bat. I'm planning to modify the scripts to detect tpacpi-bat or [tp_smapi](http://www.thinkwiki.org/wiki/Tp_smapi) and use either one. If I get it working...
- make scripts executable - print opts to stderr not stdout so it works like `$(sind whatever)` - replace calls to `printf >&2` with new `printferr` function - test.sh supports...
https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket My org has a mercurial repo, and what happens right now is the backup script just fails to clone or update. I cannot access the admin panel for that...
I just ran into an issue with csvjoin 1.0.5 where a file was failing to parse because ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 377: invalid start...
When we get a 404 deleting an environment there should be a better warning than "unexpected error encountered: HttpError: Not Found" Document in the readme that the user for the...