Birdie

Results 19 comments of Birdie

I got identical issue with Germany and Japan servers (shows Couldn't connect), other servers work fine. Here's output from `mtr` command: ``` Start: 2022-05-28T13:23:03+0300 HOST: home-pc Loss% Snt Last Avg...

Disabling `Use containerd for pulling and storing images` in settings worked for me. (Setting is disabled by default btw) Screenshot ![image](https://github.com/wagoodman/dive/assets/7945905/dae87d9a-eeaf-415d-82e2-1b56daf3809b)

Only thing I'm a bit unsure it's `options_` prefix, would like to hear other suggestions, no prefix is no-go too as methods like `#user` and `#channel` are occupied.

@quexer thanks, it looks better than mine and even easier to manage!

Had similar issue with sass. Since brew init command usually gets added to `~/.zprofile` (`~/.bash_profile` if using bash) and asdf one goes to `~/.zshrc` (`~/.bashrc`), asdf shim directory will appear...

Warning was introduced in [this commit](https://github.com/asdf-vm/asdf/commit/19515eda3b91167b0d76c35ffc4402de688007e0#diff-8f93170a7d7139b30ab150f326dce4bbbbb4ab0d626673da9225149f5e52094a) but I guess condition is incorrect, it's triggered when both `always_keep_download` in `.asdfrc` isn't set to `yes` and `--keep-download` isn't provided, together with download...

@hyperupcall Any luck?

What's about using [letter_opener_web](https://github.com/fgrehm/letter_opener_web) gem instead? Previously I was using mailcatcher too, but it was complicating setup a bit as it needed to be running on background beforehand. The setup...

@RangerRick Make sure you're running the latest version of dive with `dive -v`, especially if you're using `docker run` alias from readme, it won't update itself automatically, manually update it...