Robert Ferentz

Results 3 comments of Robert Ferentz

This also happens when installing zsh-autocomplete manually, pre or post fig installation

Has anyone started working on this? I'm new to gleam but I'd like to try implementing this. ```gleam pub fn trim_codepoints_start(str: String, by: String) -> String { case starts_with(str, by)...