Alex Efros

Results 166 comments of Alex Efros

Just checked Slack 4.39.90 - it works fine as is, without extra options/disabling sandbox.

Sure, `tree-sitter parse` helps a lot (after you figure out how to setup it and download grammars). Moreover, as playground doesn't support all languages supported by `ast-grep` sometimes using tree-sitter...

Cool, thanks! P.S. The "ast" value probably should be also added to generated shell completions. (At least 0.24.1 zsh completions does not have it.)

BTW, unlike `tree-sitter parse` with same github.com/tree-sitter/[email protected] grammar ast-grep outputs type_conversion_expression (like in playground): ``` $ sg --version ast-grep 0.24.1 $ sg run -p 'fmt.Println("OK")' --lang go --debug-query=ast Debug AST:...

I don't see a missing `` tag. Can you please open a PR with required change (this can be done by simple editing README.adoc in your browser)?

Also happens in home directory, because of Steam: ``` $ ls -l ~/.local/share/Steam/steamapps/compatdata/0/pfx/dosdevices/z: lrwxrwxrwx 1 powerman powerman 1 окт 17 2021 /home/powerman/.local/share/Steam/steamapps/compatdata/0/pfx/dosdevices/z: -> / $ fd --show-errors --follow . ~/.local/share/Steam...

Still happens on 6.3.1. I found when it hang `keybase-redirector` is always running as `root`. And when it works it always running as my user account. `/usr/bin/keybase-redirector` itself is a...

> The golangci linter includes it, but it always seems to be many versions behind so I've been running it as a separate tool. Maybe it was this way in...

Here is value suitable for Nerd Fonts v3.2.1 **non-Mono** version (with nice double width large icons :smile:): ```sh LESSUTFCHARDEF=23fb-23fe:w,2665-2665:w,2b58-2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0c0-e0c8:w,e0ca-e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w ``` Mono version will needs the same value with all `:w`...