Runxi Yu

Results 29 comments of Runxi Yu

How far have you went with [the configuration guide](https://man.sr.ht/lists.sr.ht/configuration.md)?

This could be worked around with the following: ```go package main import ( "log" "github.com/go-git/go-git/v5" git_format_config "github.com/go-git/go-git/v5/plumbing/format/config" ) func main() { repoPath := "./test.git" repo, err := git.PlainInit(repoPath, true) if...

Would prefer to keep this alive

Most channels nowadays use `FLAGS` instead of `ROLE` and `ACCESS`. Libera doesn't even seem to load `modules/chanserv/access`. Changing `HELP WHY` to the following might make more sense. ``` The WHY...

This should be written into documentation (a special section for dev documentation would help) rather than just leaving it here in an issue

I'm not familiar with the Swift ecosystem and how Xcode's build process works, but I don't think introducing brew as a runtime dependency is appropriate due to the target audience...

@seclorum Correct me if I'm wrong, but end-users would also need to have the marp binary available. And it doesn't make sense to require end-users to install homebrew. Not sure...

Homebrew's marp-cli doesn't seem to produce a standalone binary

Anyways, I personally don't like marp as a dependency here anyway. Perhaps a native Swift one could be found or sth

Mhm. It should probably be bundled because the target userbase likely doesn't home homebrew installed. I think for the purposes of Sidekick, the most appropriate method is to download the...