Bruno P. Kinoshita
Bruno P. Kinoshita
Ah! I think I found what's wrong. I had looked at which contains a `curl` command download `arvbox`. I moved that file to `~/bin/` so I could use it in...
Although now I could run `arvbox build dev` and other commands without errors, it got stuck again :cold_sweat: Expand ```bash kinow@ranma:~/Development/ruby/workspace/arvados/tools/arvbox/bin$ ./arvbox status Container: arvbox Cluster id: x1le8 Status: running...
>Here's your problem: :+1: when I saw that in the `arvbox log` output (really useful BTW), I thought it could be my local working copy, but then realized I hadn't...
Same result with `./arvbox start dev 615722f1097cb80e085f959fa2e6cad94a02cf07` `./arvbox start dev 615722f1097cb80e085f959fa2e6cad94a02cf07` ```bash kinow@ranma:~/Development/ruby/workspace/arvados/tools/arvbox/bin$ ./arvbox start dev 615722f1097cb80e085f959fa2e6cad94a02cf07 Unable to find image 'arvados/arvbox-dev:615722f1097cb80e085f959fa2e6cad94a02cf07' locally 615722f1097cb80e085f959fa2e6cad94a02cf07: Pulling from arvados/arvbox-dev 07471e81507f: Already exists...
Thanks for the pull request and sorry for taking so long to review it @jephillips34 . Will try to get on it in the next days :+1:
Rebased onto master and squashed commits. Let's start reviewing it :)
Looks like the code from the pull request and the code in the master branch have moved into too different directions, and it can't be updated any longer. @mgmechanics let...
Thanks Gary!
Hmm, this is tricky to review. All sources I'm finding about XPTitle ([1](https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html) [2](https://www.loc.gov/preservation/digital/formats/content/tiff_tags.shtml) [3](https://www.exiv2.org/tags.html)) either do not specify the type, or use byte/int. And if someone could provide a...
Hi @GITNE Thanks a lot for your contribution. I am currently overseas, but planning to look into this PR as soon as I have some spare time. On backward compatibility,...