Milad
Milad
@jfrolich do you have your vimrc file somewhere for me to try it locally?
@nate I've changed Alchemist to ElixirSense, not sure if it fixed the problem thought. we are still using `elixir_erlang_src` option
@masterkain could you please give me your Elixir and OTP versions?
@masterkain, if I understand what you ask for there are multiple way to do it 1. mix test --stale This is part of test task options. it only runs the...
@masterkain can you point me to another library(ruby, node ...) that has `focus support` ?
@masterkain I looked at this and it `focus support` should be something that come with ExUnit (same rspec). ExUnit has a feature that you can tag your test ``` @tag...
@ckruse what I recommend is to mark those tests with a tag and exclude them in ExGuard. ```elixir @tag :external_service test "very slow and expensive test" do ... end ```...
> Even better would be to use a UNIX socket. Unfortunately UNIX socket was not available when I implemented this feature it's just introduced in Erlang 19. (and not everybody...
@ivan / @tonini What do you think if someone uses `--listen` option, we create a key pair and used that to encrypt the data? The clients on the same machine(same...
@mveytsman / @ivan / @drichardson can you check the latest commits and let me know what do you think?