Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
It would be interesting if we have support for Emacs. Currently, I'm setting Emacs and tree-sitter using https://github.com/emacs-tree-sitter/elisp-tree-sitter to work on my local machine. I can help try integrating on...
Step to reproduce 1. ./autogen.sh 2. ./configure --enable-rust-debug 3. make Expected: `make` should be fine Actual: ``` xml.c:26:10: fatal error: 'libxml/tree.h' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. make[1]:...
If I run `mix test` on Windows, the project will raise error: ``` PS C:\Users\WingyMomo\src\github.com\elixir-protobuf\protobuf> mix test Generated protobuf app Generated escript protoc-gen-elixir with MIX_ENV=test Running: protoc --plugin=./protoc-gen-elixir --elixir_out="./generated" -I...
From https://github.com/wingyplus/grpc/blob/main/test/support/helloworld.proto. If I change message field by diff below: ```diff diff --git a/test/support/helloworld.proto b/test/support/helloworld.proto index 0436df6..9bf602a 100644 --- a/test/support/helloworld.proto +++ b/test/support/helloworld.proto @@ -11,7 +11,7 @@ service Greeter { //...
This changes getting version and kernel_version by using uname from golang/x/sys/unix package. NOTE: windows not support in this changes. Fixes #187
I use sourcer with emacs lsp-mode and replacing elixir_ls that come from elixir-ls organization with sourcer. After I write this source: ```erlang % hello_module.erl -module(hello_module). -export([hello/0]). hello() -> X =...
When I ran cocos to run on android platform with command: ```bash $ NDK_ROOT=~/android-ndk-r13b cocos run -p android --android-studio -j 4 ``` Expected: cocos can run `gradlew` smoothly. Actual: ```bash...
After I use `npm install` gulp report too many erros from TypeScript compilation. ``` $ npm install npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm...
These changes update tree-sitter-elixir to the latest commit and add syntax highlight query. The query copied from upstream repo plus some modification to make it work on this package.
Start tackle 1. for #12038. Create a new workflow that listen on push event for main and v*.* branches.