Alex Goodman

Results 304 comments of Alex Goodman

@darxtrix haven't started yet, have at it!

I took this issue to be sort the current directory in the tree by size, but what you're really saying is globally sort the tree contents by size, regardless of...

Sorry for the delay, you're right about needing to add a total size parameter on the `FileNode` struct... I'll call it `branchSize` here, or the total number of bytes on...

It seems like this specific issue is probably up for grabs, yup.

Slick, I like the idea. To sum it up generically: you're looking for a way while your're browsing layer contents in the UI to export a single file onto your...

@dwillist sounds like fun! I've been pondering ways to make dive more naturally extensible but haven't started that undertaking yet. It would be helpful to learn more about your specific...

@dwillist no problem. I'd be down for a zoom chat, feel free to reach out on [linkedin](www.linkedin.com/in/alexgoodman87) or a [twitter DM](https://twitter.com/alexgoodman87)

It seems that the problem is not in building the cache, which is the apparent last step, but actually in starting the UI (gocui/termbox). I haven't pinpointed the root cause...

It does as long as I put in the right command (my bad, I missed `--entrypoint ''`): ``` $ docker run --rm -it \ > -v /var/run/docker.sock:/var/run/docker.sock \ > --entrypoint...

The lower left pane in the UI has a bit more detail than just the final count. Here's an example dive output, only the lower left pane: ``` [Image Details]─────────────────────────────────────────────...