Falood Hao
Falood Hao
hi @dkarter the `mac_listener` should not be founded by `which` because it's not in the `PATH`, you should find it at `/deps/file_system/priv`. can you try `mix deps.compile file_system` to check...
here's the code how file_system find the executable file, it should match `:priv` as your description. https://github.com/falood/file_system/blob/master/lib/file_system/backends/fs_mac.ex#L62-L86
Hi @debajit I think you have to do the filter yourself for now. First, different backends have different behavior for different system, I guess you're using macos, but for Linux,...
now we have a file event provider with default events. when I modify a file `/tmp/fs/test` I got such messages after save the file in vim: ``` {:file_event, #PID, {"/private/tmp/fs/.test.swpx",...
can't wait this feature to support custom Atom. how about splitting it into 2 prs? >Making default packers customizable Make possible to pack float32 (not necessary via 1.)
`elixir --short-version` is still slow (about 250ms) via asdf on my end. the asdf integration pr https://github.com/starship/starship/issues/465 may also resolve this for people using asdf.
```toml [custom.asdf_elixir] command = """asdf current elixir | awk '{print $2}' | awk -F'-' '{print "v"$1" (OTP "$3")"}'""" detect_files = ["mix.exs"] format = "💧 [$output]($style)" style = "bold purple" ```...
@atavistock here's the result on my end ```bash ~ ❯ time ~/.asdf/shims/elixir --short-version 1.14.0 ________________________________________________________ Executed in 242.90 millis fish external usr time 52.35 millis 0.10 millis 52.25 millis sys...
the enter copy mode hook could be done with `(add-hook 'vterm-copy-mode-hook xxxx)`, and not able to know whether the copy mode is done. I need this feature to modify the...
Maybe you should use `master` version temporarily. I'll look into it. I means may be it's my bad, `exfswatch` does something wrong.