Results 6 issues of jakeprem

I did this in the Web UI and haven't run it yet so I'm not sure if the implementation is 100% correct, but I wanted to capture the problem and...

Branched off of #30 since I'm using both changes, but this could easily be pointed at main. Does two things: 1. Refactors the option parsing in `all` to use a...

Sometimes the automatically generated suffix might not match what we want. For example `SomeSchema.Nested` by default generates as `all_nested` rather than `all_some_schema_nested`. This update will let us pass `suffix: "some_schema_nested"`...

I searched existing issues and blog posts and didn't see a way to see which host a container was running on. I'm running Opentelemetry Collector as an accessory on my...

This better matches how these are being used with Docker. The directories setting is passing in a directory from a path, while the volumes setting will create a docker volume...

## Problem I want to create a Livebook demonstrating a sequence of concepts, each one with its own LiveView. So a user/reader of the Livebook could run one example after...