Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
It looks like LSP architecture but for interacting with editor instead of per language. :)
Do we need to document to the FileModule that this case maybe cause false negative?
> I tried adding quantum-swarm, global: true and Random Strategy but it didn't work. > help :) @felipeloha Currently, I used a library called [highlander](https://hex.pm/packages/highlander) to make the process running...
@felipeloha Since you wrap scheduler process with highlander, the process will run only 1 process at a time per cluster (not per node). Set the strategy to [Quantum.RunStrategy.Local](https://hexdocs.pm/quantum/Quantum.RunStrategy.Local.html#content) will run...
@felipeloha i never use swarm extension but i guess that scheduler doesn't coordinate between node. The hack way that i think is use :global to perform distributed lock.
Can you please copy the output from Output tab in vscode to this issue?
> > > Sounds good, feel free to create an integration :D Is there anything necessary on this end to support it? Currently, I'm looking at https://github.com/emacs-tree-sitter/tree-sitter-langs to see how...
Sorry for not responding for a long time. I've trying with `highlight.scm` from `nvim-tree-sitter`. I tried it with `lib/elixir/lib/code/formatter.ex` in `elixir` repository and the result looks like: Before apply tree-sitter...
Thanks for your advice. The syntax highlighter is pretty straightforward than I thought.
I opened a branch on my fork [here](https://github.com/wingyplus/tree-sitter-langs/tree/elixir-tree-sitter). I need help testing before sending a patch to upstream. :)