Sebastian Gniazdowski

Results 153 comments of Sebastian Gniazdowski

@vladdoster: I've fixed the markdown in README.md (was exceeding 120 chars line lenght)

@vladdoste: Eh, mdformat is stil failing, I think that I'll give up, as I've run it without --check and then committed the result… Could you look?

@vladdoster: I've rebased and fixed conflicts, please merge.

@vladdoster what do you mean?

Zsnap already uses this for all its plugins… Could the PR be merged?

yes, it can, however I've written a tool to regenerate Ctags every couple of seconds and I wouldn't want to bother users with such usage requirement. See https://github.com/zservices/command-CI-server/tree/main/examples. On Wed,...

I'm thinking of creating a Zsh module for the library, so I'm holding my thumbs for a little maintenance:)

You need a line in zshrc: ``` zs_set_path=1 source {the zsh-sweep.plugin.zsh path} ``` It's about the `zs_set_path` variable, it has to be set to make zsh-sweep add its `bin/` dir...

> ```shell > ( > a='a' > ) > ``` I think that `a` should be reported here. Was your thought that var created in subshell isn't a global? I...

Thanks for the report. Could you record an asciinema cast? wt., 18 kwi 2023, 14:42 użytkownik Mabel Schaefer ***@***.***> napisał: > This seems very cool, but I'm having an issue....