Costales

Results 11 issues of Costales

``` +[0|1|2|3|4|5|6|7|8|9] +[0|1|2|3|4|5|6|7|8|9] 0 = Restore 1 = 1st color 2 = 2nd color [...] ``` [reference](https://github.com/gnunn1/tilix/blob/master/data/nautilus/open-tilix.py)

enhancement

Hi, As these icons will be the default icons in Ubuntu, could be possible to extend the colors for supporting [Folder Color](http://foldercolor.tuxfamily.org/)? ([How to do it](https://bazaar.launchpad.net/~costales/folder-color/trunk/view/head:/README)). Thanks in advance!

wishlist

Hi :) First, thanks for these so nice tiles! IMO I think the tiles needs more labels for cities, towns, streets; and/or more zooms even... For example, cities: Breda: http://maps.stamen.com/terrain/#13/51.5967/4.7729...

Hi, with [turf.lineOffset](https://github.com/Turfjs/turf/tree/master/packages/turf-line-offset) I'm getting `null,null` values after a few coordinates. This is [an example](http://jsfiddle.net/tzjpdgb1/), as you see it returns: ``` {"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-5.659527716280386,43.529426062328994],[-5.659396931069477,43.529476364333185],[-5.659078282820753,43.52960581518423],[-5.6588566137359075,43.52968291747461],[-5.658607634418292,43.52973079811262],[-5.658263354062074,43.52976030785744],[-5.65746124145509,43.52981043989537],[-5.657156661212797,43.529851050594345],[-5.657030727080651,43.52987203961637],[-5.656911375382799,43.52990459007942],[-5.6567831114019915,43.52995589567173],[-5.656703126941215,43.52998788945605],[-5.6564786744399935,43.53010011570666],[-5.656052220977889,43.53032821872128],[-5.655786888151882,43.530432456617206],[-5.655722689038365,43.53044162791914],[-5.655642689038308,43.53046162791915],[-5.655441431409643,43.53049037900896],[-5.655045581504581,43.530509688760425],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null],[null,null]]}} ``` I think my code is right (?)....

@turf/line-offset

Hi! As "Window List" applet, the close option should be the 1st one from the panel, because most used menu entry should be near of the icon: ![screenshot from 2019-02-17...

Fixes https://github.com/lbryio/block-explorer/issues/77

Hi, I think this icon file should be move and reload the cache into the deb script: ``` sudo mv /usr/share/icons/hicolor/0x0/apps/station-electron.png /usr/share/icons/hicolor/scalable/apps/station-electron.png sudo gtk-update-icon-cache /usr/share/icons/hicolor ``` Thanks in advance.