Greg Look

Results 36 issues of Greg Look

Create or find a logo for the `blocks` family of libraries. Themes could include: - Abstract cubic geometry like [this](http://img.freepik.com/free-vector/abstract-blocks-background_23-2147508698.jpg?size=338&ext=jpg). - Separate cubes of different colors? - Could focus on...

This mostly happens in CI, but I've observed sometimes the `cljstyle check` task hangs with no output for 10+ minutes and gets killed for inactivity. Occasionally we do see some...

bug

It would be great to support wrapper functions which can be called around tests and optionally around each step. This could be used similar to `clojure.test` fixtures, but we don't...

Fill out the current stub for the `clean` command. This should load a collection of result files from the arguments and perform all of the cleanup steps. This is meant...

Fill in the current stub for the `report` command. This should load a collection of result files from the arguments and generate a report as directed. This is mostly useful...

After test results are available, we can generate an HTML report to provide a more human-friendly format for consuming the results. This doesn't have to be fancy, but should be...

The various data pieces in `greenlight.step` and `greenlight.test` are fairly well specified, so we should leverage this by actually validating the inputs and outputs in the relevant functions.

CBOR supports a notion of streamed data, where instead of being prefixed, a collection is marked as being a stream. The reader is expected to read elements off the stream...

enhancement

Because merkledag structures are persistent, over time there will be 'garbage' nodes that build up in the block store. There's a number of reasons that this might happen, but the...

enhancement
help wanted

Currently tables allow for customizing how records are stored in each partition by assigning them to tablets via families. This should be generalized so that other per-family settings can be...

optimization