Results 92 comments of Trevor Arjeski

Yes, just to update, I really feel like having "dummy" tabs can solve this issue nicely. For example, `/names` can forward its output to a new tab and then you...

@KarlWithK It seems that the issue is the [`dirs` crate uses](https://docs.rs/dirs/4.0.0/dirs/fn.config_dir.html) `$HOME/Library/Application Support` on MacOS, and we are calling this instead of inspecting the actual value of `$XDG_CONFIG_HOME` or `$HOME`....

Forgot about the tests being an issue here...I will fix them later if something like this is acceptable

> but on larger screens it won't be centered, and on tiny screens it will render badly. Definitely an issue that I thought about. I wanted to keep it like...

Maybe we could revisit this and use a tool like https://github.com/pksunkara/cargo-workspaces to manage/publish all the crates? I think it would be cool to have the ability to install from crates.io

I was hoping that this would be my next task, but after some tinkering I got stuck at a design decision. Allowing the tabs to wrap is actually really simple,...

I am proposing that we close this and only implement #196 (for now) because, 1. `SASL ECDSA-NIST256P` is not widely used or supported by many other clients (weechat and irssi...

@eoli3n branch for playing/testing if you are interested: https://github.com/osa1/tiny/pull/328

Closed by #328

If you set an alias does it work? I don't think `name` is a config. e.g ``` - addr: my_server.domain.com alias: libera ... ```