Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
Let's try: ``` $ ./hack/dev $ export PATH=$PWD/hack:$PWD/bin:$PATH $ with-dev dagger init --sdk=elixir potato Initialized module potato in potato $ cd potato $ with-dev dagger functions Name Description container-echo -...
:WARNING: This PR didn't test it well. The functionality may not work as expected Add OpenTelemetry to support feature from #6835.
Hi, Thank you for making this library. It help me and my team save testing time a lot. ❤️ I create this patch to custom format line width. The previous...
The binding generated by `tree-sitter` version `0.20.0`. The cargo build & test passed. And re-generate the `parser.c`. Update #32
Sometimes server sent build log event since first line and drone-ui append to the old build log. This approach make a user see a build since first line again even...
I start thinking for along time about having tree-sitter for earthlyfile, but i dont have time to tackle this. The benefit of it is we can unify syntax highlighting across...
Consider example below: The `AS` keyword doesn't get highlight as a keyword.
Consider screenshot below: The `1` in `golang:1.17-bullseye` should not highlight.
I think we should add lsp-mode integration support to the emacs. Maybe we should provide a minor mode (earthly-lsp I think..) that implement lsp client from lsp-mode. The experiment lsp...
From Tokenizer trait declaration: ```rust pub trait Tokenizer { fn segment(&self, text: &str, safe: Option, parallel: Option) -> Vec; fn segment_to_string( &self, text: &str, safe: Option, parallel: Option, ) ->...