Nick Aldwin

Results 7 issues of Nick Aldwin

I've been trying out `nb` across a couple of environments and I love it so far! I often edit my files with `emacs`, which leaves `~` and `##` files lying...

With modern Dockerfiles that follow the best practices guides, a lot of images have few layers with very long commands. It's difficult to browse these in `dive`, as the command...

## Expected behaviour Using the `bash-template`, passing in `$JAVA_OPTS` which include (quoted) spaces: ```bash JAVA_OPTS='-XX:+HeapDumpOnOutOfMemoryError -Duser.country=US -XX:OnOutOfMemoryError="/bin/handle_heap_dump.sh %p"' ``` Calling the runner: ```bash target/universal/stage/bin/runner foo bar ``` I would expect...

universal

Installing `kafkacat` from the Homebrew formula provides a version of Kafkacat that supports Avro and also supports JSON. This is because it is built with `--enable-json` and `--enable-avro`: https://github.com/Homebrew/homebrew-core/blob/d5fb4c1209ea1dfdac85d910e8c708d1268a2c6c/Formula/kafkacat.rb#L21-L27 However,...

This adds a variant of the exponential wait strategy that waits for a random time between the minimum provided time and an exponentially increasing maximum time (under a maximum provided...

It would be nice to have an option to change the notification sound. I know that it's currently pretty simple for those "in the know" to change the `notify.ogg` file...

### Describe the bug The documentation says that the time machine cannot be used for historic data _within the last 5 days_, and to use the forecast API instead. Because...

bug