Reid Priedhorsky

Results 154 issues of Reid Priedhorsky

This PR is a rough prototype to do the following: 1. Add support for multiple date tags. 2. Change the default date tags to `due` and `t`. 3. Filter and...

Hi, It would be nice if `due` used the standard `todo.sh` coloring, rather than its own (which seems to just highlight priorities). Current behavior (`td` is my alias): Note that...

enhancement
medium
test

Things logged with `TRACE` are incredibly voluminous, so `-vvv` becomes almost unusable. Should we have some way to say *which* `TRACE` stuff we want? Alternately, we could eliminate the `TRACE`...

enhancement
medium
image
uncertain

Git has a built-in profiler called [TRACE2](https://devblogs.microsoft.com/devops/a-deep-dive-into-git-performance-using-trace2/) that we could use for performance analysis if needed.

enhancement
medium
image
uncertain

Currently, on large images it's fairly expensive to walk the image tree to see what's changed (low tens of seconds). This could be eliminated if there is a [Watchman](https://facebook.github.io/watchman/) daemon...

enhancement
medium
image
uncertain

* `pack.writeReverseIndex=true` * multi-pack indexes

refactor
medium
image
uncertain

refactor
medium
image
uncertain

Many types of `COPY` errors result in an error message before the instruction is announced; e.g.: ``` $ printf 'FROM alpine:3.9\nCOPY /doesnotexist .\n' | ch-image build -t foo -f -...

bug
medium
image
usability