Tom Limoncelli

Results 13 issues of Tom Limoncelli

A major source of off-by-one errors for me has been that there is no equivalent to the Python "reverse" keyword. Forward loops are simple: `for i := range s` but...

A major source of off-by-one errors for me is that with 0-based indexing there is no simple way to know the last element in an array. `len(foo)-1` is convoluted. Feature...

Fixes https://github.com/cloudsmith-io/cloudsmith-cli/issues/170 This is a work in progress. This codes enables `ls repos` and `ls pkgs` to get all pages. I wanted to add a flag `--all-pages` but I couldn't...