Robin Green

Results 65 issues of Robin Green

This makes it less convenient for people doing planning poker via their mobiles.

enhancement

I tried converting http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd to rnc using this stylesheet and then trang. However, when I tried to use the .rnc file in nxml-mode in emacs, it said: `nxml-display-file-parse-error: Reference to...

Both the attribute group and the element keep the same name, resulting in a duplicate definition. An example is http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd

`size_t` is unsigned, so the loop test `i >= 0` is always true.

``` /usr/bin/tg: line 118: /home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+: No such file or directory chmod: cannot access '/home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+': No such file or directory ```

bug

`tg import` switches to the dependency branch first, so `HEAD` is incorrectly interpreted as the `HEAD` of the base branch, not as the `HEAD` when `tg import` was run.

bug

Also prints "Now, you just need to switch back to some sane branch using `git checkout`." which I'm pretty sure isn't true either.

bug

e.g. due to an editor/IDE holding the index lock, we may see: ``` fatal: Unable to create '/home/robin/git/backend/.git/index.lock': File exists. If no other git process is currently running, this probably...

bug