Andrea Borruso

Results 119 issues of Andrea Borruso

**Describe the bug** I have set a CSS in config file, but it seems to be not used **To Reproduce** My config ``` { "themeCSS": "gantt.css" } ``` My CSS...

**Describe the bug** Hi I tried to add a contributor, but I have had already contributed before message. But he hasn't actually been added yet. He's in a never-approved PR....

bug
pinned

Hi, trying to use `fit_bounds`, I have no results: the map stays in its starting center and zoom level. How to use properly `fit_bounds`? I'm using it in a Python...

Hi, I would like for example to have in bold the first line of tooltip (it’s a title) and to add a hyperlink at the end of the tooltip text....

enhancement

Hi, sometimes it is inconvenient that as the mouse moves it changes the tooltip or goes off. It would be very convenient to have the option that on click it...

Hi, is there a geoviz way to customize the color of the no data polygons of a choropleth map? Or should I create two layers, one with just the polygons...

Hi, in the help I read ``` source [SOURCE]... Data source [default: stdin] [default: None] ``` But if I run ```

Hi, I have this datapackage metadata json file: In it I have in example the field `quantita_m3`, defined as number. But if I extract it ``` frictionless extract --json "https://raw.githubusercontent.com/ondata/liberiamoli-tutti/main/amianto_lombardia/dati/notifiche_amianto_milano_ovest.json"...

bug

Hi, I have this CSV file https://gist.github.com/aborruso/ec970c3a56596f9c014794466ce2f1d8 If I validate it via CLI I have ``` 'charmap' codec can't decode byte 0x9d in position 3116: character maps to ``` If...

general

Hi, first of all thank you for this tools. In sqlite, via .load, it's possible to load extensions https://www.sqlite.org/loadext.html Is it possible to do it via textql? Thank you