Kara

Results 55 comments of Kara

Adding on to this, when this documentation is written, please note the length/format requirements for the additional parameters under section 4 of [RFC 7636](https://www.rfc-editor.org/rfc/rfc7636#section-4). Several major OAuth2 providers (GitHub, GitLab,...

Adding to this, I have a labeled list of a few more here that I've been procrastinating adding: https://github.com/karashiiro/TextToTalk/blob/main/src/TextToTalk/GameEnums/AdditionalChatType.cs

#200 is now resolved, this can be worked on at some point, now.

> I'm personally against the idea of including this because of a user seeing it and potentially not understanding it only works to hide ImGui windows. We could have a...

Yeah, that was my initial refactor in our ACT plugin, and then I realized I could stick each function into a dictionary and invoke them without explicitly branching. Here, we'd...

We might be able to quietly hijack https://www.garlandtools.org/api/search.php?text=wool&lang=en for the time being, but I think we'll eventually need to set up an actual lookup here.

To keep things lightweight, this might be able to be migrated to a separate logical service written in Go or something.

Or in Rust with [askama](https://lib.rs/crates/askama).

Change of plans, just adding a bit to the frontend that prefills the search bar and does a search. Reference code: https://gist.github.com/cking/7c183b42eb1dc7a49a4d4d7048add89b

I noticed that mogboard already has an OpenSearch metadata file in its public directory, I just need to expose that through nginx.