Hunter Wittenborn

Results 335 comments of Hunter Wittenborn

Any update on this? I'd love to see the docs get moved to or something.

"Not working" is the following: - The bot isn't joining - The bot appeared to quit after the message in the first post showed up I'm not sure why, but...

Just turned on `verbose` logging, and it's outputting logs just fine again. It's also saying that the bot started successfully now (don't know why the error's just gone now; I...

Went back to the `latest` image, but I'm still not getting any dice with it joining rooms (the original error's still gone though, so it's a step in the right...

I wouldn't be able to confirm on my end if the issue still persists, as I've since stopped using Discord for the purposes I was using the bridge for and...

I'm not sure what options you've looked at, but would [makedeb](https://makedeb.org) be of any interest? It's a project I've personally started, but I think it could provide a much easier...

See the linked issue (https://github.com/colored-rs/colored/issues/131#issuecomment-1616344854), but I think the plan's probably going to be that the MSRV will be 1.70.0. Is that a problem for anyone here?

You're right, 1.70.0 is quite recent @mackwic. I was looking at other solutions for fixing #131 if we did that route, and the one crate I found is [`is-terminal`](https://crates.io/crates/is-terminal). Their...

@mackwic: I looked at the 5 most popular dependents of `colored` and the oldest MSRV I found was `fern`, which has theirs set to [`1.31`](https://github.com/daboross/fern/blob/main/Cargo.toml). I don't know how it's...

Sorry for the next comment, but I looked at `is-terminal` and it requires at least `1.56` since it uses the 2021 version of Rust (this crate does as well, but...