Quentin Chenevier
Quentin Chenevier
It seems less obvious to do than I thought. Here are some interesting content: - https://stackoverflow.com/questions/42253765/getting-travisci-to-commit-and-push-a-modified-file-with-tags-releases - https://docs.travis-ci.com/user/deployment/releases/ I'm investigating how to do that, but since I'm a beginner with...
There is also a workflow using GitHub Actions: https://docs.github.com/en/actions/language-and-framework-guides/using-nodejs-with-github-actions
OK, to answer you question, @walmik, after a few research, I couldn't find any documentation showing a CI tool commiting back to the repo. It makes sense from a security...
J'aurai bien fait une PR, mais chuis pas hyper calé en react, donc je commence par faire une issue :)
Les décodeurs du "Monde" ont fait une carte avec le nombre de cas normalisé par la population: https://www.lemonde.fr/les-decodeurs/article/2020/04/01/coronavirus-visualisez-le-nombre-de-personnes-hospitalisees-departement-par-departement_6035199_4355770.html
Same here. With pandoc 2.1.1
The solution I found is to stick with pandoc below version 2. To do a clean reinstall, first get rid of all your old packages (WARNING: this will remove all...
### Workaround @torresweb I've found a workaround in 2 steps: 1. Downgrade to Hydrogen v2.10.3. Type this in your `shell`: ```bash $ apm remove hydrogen $ apm install [email protected] ```...
> I also tried to solve this by downgrading but didn't help at all. Is there a new solution? @jballesterosc I no longer use `altair`rendering in atom/hydrogen anymore. Too painful...
Solved with the release of v5.19.0: https://github.com/plotly/plotly.py/releases/tag/v5.19.0 Thank you all !