Evan Buss

Results 14 comments of Evan Buss

The string indices to be highlighted are determined [here](https://github.com/charmbracelet/bubbles/blob/292a1dd7ba97b1dc96a12d5ba50301cc731ef37f/list/list.go#L89-L99). The `DefaultFilter` function uses [this fuzzy search library](https://github.com/sahilm/fuzzy). At first I assumed `fuzzy` was incorrect, but with a simple test I...

I cloned the fuzzy repository, added a test for this specific issue, and confirmed that it failed. I agree that it should be resolved upstream, unfortunately it looks like the...

@samcro1967 @sbelongie I've added application support for specifying the base path. Please try it out and let me know if you have any issues. You may have to adjust your...

Hmm. I will take a look. Thanks for reporting!

That is by design, see the following [code comments](https://github.com/evan-buss/openbooks/blob/master/cmd/openbooks/main.go#L15-L21). The IRC admins require us to send the "WHOIS" response with the current version of the software. This allows them to...

See response [here](https://github.com/evan-buss/openbooks/issues/98#issuecomment-1239355027). I don't want users to be able to change the WHOIS value as it's a way for the IRC admins to identify OpenBooks users. The success of...

Added `--useragent` flag to optionally specify the CTCP VERSION reponse in the latest release.

I am unable to reproduce this issue on my end. To anyone experiencing this issue, please run OpenBooks with the `--log` flag so that IRC logs are saved to a...

> Issue exists when keeping TLS authentication enabled, as IRCHighway certs seem to be self-signed. With their root CA added to the cert store or with `--tls=false` the connection works....

I've been using the latest release with TLS enabled a few times every week without any issues. I think the TLS enabled/disabled debate is unrelated to the actual cause, which...