Nick Young

Results 309 comments of Nick Young

With this PR in place - https://github.com/bhaskarvk/leaflet-choropleth/pull/1/files#diff-1a04ef99957189d3dcef4a74278eddd33a16a2bbe9609aa53b65bf369831fd7f - there's a possible workaround, which is re-running renderLeaflet like so: ``` library(leaflet.extras) library(shiny) library(RColorBrewer) ui % addGeoJSONChoropleth( "https://rawgit.com/TrantorM/leaflet-choropleth/gh-pages/examples/basic_topo/crimes_by_district.topojson", valueProperty = "incidents", scale...

Setting `layerId = "main",` is another workaround that works with that PR

Here's my build of this package with the fix btw https://github.com/neon-ninja/leaflet.extras

Your proxy port should be an integer, not a string

Please follow the issue template

Try: ```python from pprint import pprint from facebook_scraper import _scraper from facebook_scraper import * set_cookies("cookies.json") for post in get_posts("UberEU/community"): pprint(post) ``` For me, this gives output like the following: ```python...

Yes. Set the options `sharers` or `reactors`, as per the readme

Your cookie.txt file is missing those cookies

Most users don't connect to Facebook from servers. They're probably blocking the IP

Some endpoints have harsher restrictions than others