Benjamin Ooghe-Tabanou

Results 140 comments of Benjamin Ooghe-Tabanou

Hey @Yomguithereal, thx for considering it! Basically I feel like being able to just feed an array of ordered headers should suffice

@geeuy Is there a reason you want stringified json in your output? Wouldn't you rather have a table with actual columns as csv? If so you can use artoo's helpers...

Did you check in the network tab of the developer's console of your browser whether this data is fetched directly as json with individual queries? If such, you could probably...

I was thinking that maybe each page was querying dataLayer from a separate json url that you could directly fetch but apparently it is hardwritten in the raw html of...

as i recall it really only is an easy accessor to jquery-simulate, so you should be ok applying the doc from over there :)

Hello @mbastian you're totally right, it does not happen with either random graphs or examples such as "Les Misérables". I've just double checked my gexf files, and it looks like...

I don't have the file to upload unfortunately, but I just worked with an academic who showed me the same issue with a gephi file he saved using 0.9.2 and...

It seems like this data source's maintenance was dropped in favor of data built for the new widget dashboards as indicated here: https://github.com/etalab/covid19-dashboard#ancien-tableau-de-bord-de-suivi-de-l%C3%A9pid%C3%A9mie-de-covid-19 You can find the same data witn...

@angieh1 It's in the same repository, [here](https://github.com/boogheta/coronavirus-countries/blob/master/bin/update_sources.sh#L25-L31) and [there](https://github.com/boogheta/coronavirus-countries/blob/master/bin/consolidate_france.py) (and it's open source under the AGPL 3.0)

Hello @kaij, I met the same issue trying to display images on many nodes, so I tried to work with the code from your PR, but I wasn't actually interested...