Thomas Sajot
Thomas Sajot
[Git-filter-repo](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html) is able to remove file given a path from the repo's root. It is recommended in git's own documentation on [git-filter-branch](https://git-scm.com/docs/git-filter-branch).
I can manually find an appropriate scale but this is not automated: ```python long_domain = source['longitude_degs'].agg([min, max]).tolist() lat_domain = source['latitude_degs'].agg([min, max]).tolist() center = ((long_domain[0] + long_domain[1]) / 2, (lat_domain[0] +...
Workaround: MacOS has an accessibility option for magnifier glass. 
I can manually find an appropriate scale but this is not automated: ```python long_domain = source['longitude_degs'].agg([min, max]).tolist() lat_domain = source['latitude_degs'].agg([min, max]).tolist() center = ((long_domain[0] + long_domain[1]) / 2, (lat_domain[0] +...
See [Vega Lite issue](https://github.com/vega/vega-lite/issues/8265)
@jakevdp is seems that a `fit` option can be given to Vega-Lite. Is this feature available in Altair? https://github.com/vega/vega-lite/issues/7448
This issue is still relevant. Happens on TMUX or Bash, Ubuntu 18, python 3.9. How can we investigate ?
I am also interested in this feature. Is there an updated estimate of the release of 1.6.0 ? (https://github.com/caesar0301/treelib/issues/128 mentions 01/24/2020)
I am experiencing the same issue Streamlit v1.13.0 streamlit_folium=0.11.0
This looks great. Some documents can be quite long. It would be nice to have the possibility to put the table on the side of the document as well. If...