Nick Bray

Results 4 issues of Nick Bray

For a few minutes bazel could not build or test because (I believe) bazelisk was checking for the latest version and failing. ``` bazel test -c opt //... 2023/02/15 22:32:02...

type:bug
P2

Currently the FileWriter calls onwriteend on success, and onerror on failure. It should call onwrite on success, onerror on failiure, and then onwriteend in both cases.