Ethan P.

Results 138 comments of Ethan P.

I would love to, but I don't really have experience with zsh or creating autocompletion definitions for it. I might take a shot at trying to create some in the...

On my MacOS machine, I managed to get it working with ```bash autoload -U +X compinit && compinit compdef batman=man ``` While I'd like to do proper completions for the...

That message is shown when using newer Obsidian versions than I tested, since I use some undocumented functions that might break between Obsidian releases. I haven't had the chance to...

Sorry for the late response. @tcoliver is correct, that's the intended method :)

Clarified the documentation surrounding this in c9e917e.

I'm not too sure about the former since I can't reproduce it, but the latter looks like a problem with the regular expression I used to parse the manual section....

I found that going through my instance's website with `lemmy-ui`, I could specify a language for a comment when writing it. Doing that allowed the comment to post correctly. Maybe...

While I can see that as a convenient option, it also goes against the philosophy of "do one thing, and do it well." Using an external command and a pipe...

What distro are you using? It runs on MacOS, which uses `mandoc` under the hood. If possible, I'd like to properly support `mandoc`.

If it's not too much trouble, can you try using `batman` from the master branch on Arch and Alpine? I recently updated it to remove a dependency on the `col`...