Erica Marigold
Erica Marigold
When attempting to build my self hosting docs, here is the error I get. For reference, the content in my `.mdx` file is below.  Contents: # Self Hosting Instructions...
Tried everything, but been experiencing this bug. This worked fine the first time I ran the workflow, but next time onwards, here's how the generated files look: the format is...
### What would you like to be added? Set up a workflow which uploads a nightly file to discord using a webhook, but webhooks have an attachment limit, so trying...
Hey, I would like to enroll to be eligible for the free product being currently marketed as the "git sticker". In `stickers/CompeyDev.txt` is my stored home address. I would appreciate...
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
Git seems to warn with this (check below) when using the generated scripts. If this occurs due to the generated commands and not internally by Git itself, I'd recommend using...
A *really* simple 1 liner change, which has been annoying me a bit lately. This PR makes use of GitHub's provided theme URL fragments, instead of separate conditional media sources...
This PR intends to return a more meaningful output for `Runtime::run` invocations. Instead of only returning an `ExitCode`, `Runtime::run` now returns a tuple including a `Vec` of values returned by...
Lune depends on [`serde_yaml`](https://github.com/dtolnay/serde-yaml), however, this library seems to have been deprecated recently. Instead, we could use [`serde_yml`](https://github.com/sebastienrousseau/serde_yml), which seems to be an actively maintained forked of the above.
Now that lune has a proper TaskScheduler, the only thing preventing me from including REPL features such as declaration preview is the inability to get declarations (functions, variables, etc.) from...