accessmod_replay_demo
Rollback of the original config.json file Slight modifications in the script.sh (docker image, no docker interactive session and launch R script)
Merge request reports
Activity
requested review from @Frederic.Moser
assigned to @Frederic.Moser
Thanks !
I forgot to remove
--ti -rm
and put backRscript ...
sorry :/For the
JSON
file, could you resubmit a version with the correct formatting / indentation ?A language server for
JSON
is included inVSCode
, or withvim
coc
there is acoc-json
. Or directly : https://www.npmjs.com/package/vscode-json-languageserviceYou can also do a
JSON.stringify(<obj>,0,2)
inNodeJS
or in your browser console (cheap hack), but I recommend doing that using proper text editor equipped with a language server.If I merge your one line config, its a 100% diff change. Which defeats the purpose of git, which is based on line changes
Thanks again
Almost there !
The original file was two spaces per indentation, e.g.
JSON.stringify(<obj>,0,2)
or better, theformat
tool in the languate tool mentioned, which is even more opinionated. The best is not to modify lines when it's not required, so you're safe.Diff are important to help decide if there is no unexpected changes.
If you change one variable, but the whole file is rewritten, the reviewer has to either
- trust you 100%
- review each lines, one by one (600 lines = the afternoon)
However, I will merge this as there are not direct implication, except messy diffs.
mentioned in commit f580d3d7