Karl Forner
Karl Forner
Hi, Thanks for this nice software. Quite often, I want to recall a command I typed a few minutes ago (e.g. "git commit ..."), but mcfly proposes some much more...
Simplest reproducible example: ``` bash git init test && cd test seq 1000000 > seq.txt git add seq.txt git commit -m 'added seq' git rm seq.txt git commit -m 'deleted'...
e.g. RcppProgress:::test_sequential
Hello, I am testing seafile pro version 5.1.3 via your docker, thanks for that. There's one log file: **/var/log/seafile.log** which is a priori not at the right location (should be...
If I tag a repo using git2r::tag(), git2r::tags() output is a (list of) `git_tab`object. but if I add the tag using the git command: `git tag toto_1`, the output is...
I did not manage to figure out how to get the short hash of a commit. I can get it manually via: `git rev-parse --short my_commit`. Is there a way...
Hi, How can I get the latest tag (as git describe do) using git2r ? Should I sort the tags() output using one of the @time slot buried in the...
# Summary Is there a way to access all buckets from one single volume ? I need to have access to all buckets from my docker stack. And also to...
We had issues when writing pages using cut and paste from Word or PDF documents: our pages grew bigger with long stretches of non-displayable characters in the rendering. At some...
cross-posted, cf https://github.com/r-dbi/RMariaDB/issues/151