Sarah

Results 3 issues of Sarah

I couldn't find anything about this. Is it possible to open (neo)vim, `cd` to a folder, and *then* load the session attached to that folder? It seems like the only...

Running `boilr template use my_template . -f` inserts the wrong values. `project.json` ```json { "Name": "Sarah", "Year": 2020 } ``` `template/LICENSE.md` ``` Copyright {{Year}} {{Name}} ``` `boilr template use license...

What is this error? I am trying to use poise::execute_modal_on_component_interaction. Here is my function: ```rs pub async fn dispatch(ctx: &serenity::Context, mci: &ComponentInteraction) -> Result { match mci.data.custom_id.as_str() { "birthday.submit" =>...