Milad
Milad
It's good to hear that you are back and can spend more time on this project 🎉 As for [alchemist.vim](https://github.com/slashmili/alchemist.vim), it is the client of the ElixirSense server. it works...
I've created a hex package based on the gist https://hexdocs.pm/influx_telemetry_reporter/InfluxTelemetryReporter.html
just for the record I ended up using this for now: ```vim noremap :execute "Grepper -noprompt -query " . expand("") ```
Mix.Tasks.Test has [--stale](https://hexdocs.pm/mix/1.12/Mix.Tasks.Test.html#module-command-line-options) which only run tests which referenced module has changed.
`fs` is updated
Which version of vim/neovim are you using? Have you seen this in the readme? > On Neovim the "basic" and "neovim" strategies will run test commands using Neovim's terminal, and...
I think there is an issue with `gun`, because this project is using gun 1.3.7 but this version doesn't exists in hex. Just wondering if there is ~any think~ anything...
Great idea! only that the test will be for [jalali-core](https://github.com/slashmili/jalali-core) as the algorithm resides there
fair point!
@danmarcab is it something that you can reproduce in a small application? We are running version `0.4.1` in our prod without any problem, our setting is almost similar: * offset_commit_on_ack:...