Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
@helderco Rebased. Waiting for checks. 🙏
Thank you @helderco 🎉🎉
I have no bandwidth to finish this at the moment due to #6967. Will looking into this issue after finish module support. 🙇
@helderco It works with `dagger run` when trying with @NReilingh solution (with minimal permission): ```shell $ dagger run deno run --allow-env --allow-net main.ts █ [14.7s] deno run --allow-env --allow-net main.ts...
I've working on generating rust bindings for yaml grammar [here](https://github.com/wingyplus/tree-sitter-yaml/tree/binding-rust). The cargo `build` and `test` is just passed. :)
Hi @Konubinix, the PR for the improvement is very welcome. :)
Or we use a version branching model like https://github.com/elixir-lang/elixir or https://github.com/golang/go/. They has a `main` branch for development and create a branch per version (v1.0, v1.1, etc). With this way,...
I see pseudo already tokenize as property value (see image below). So is this issue should be close?
Why make is part of critical commands?
Question about gitignore way: is it need to parse all gitignore files under nested directory? I ask this because in my monorepo, the ignore files are different content based on...