Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
As title mentioned. This can bring flatbuffers directory to outside GOPATH and make `gopls` works as expected. I think it just place `go.mod` inside `go` directory and it done.
I created ResponseRecorder for unit test handler function. I think it useful when create handler without settings App before. This is example ``` go package test import ( "net/http" "testing"...
I found after run `mix ci.check`: ``` $ mix ci.check Compiling 1 file (.ex) starting mix compile --warnings-as-errors CI checks took 0 seconds ** (Mix) mix compile --warnings-as-errors failed: unexpected...
### Environment * Elixir & Erlang versions (elixir --version): 1.12.1 * Operating system: Windows 10 64-bit * Editor or IDE name (e.g. Emacs/VSCode): VSCode * Editor Plugin/LSP Client name: ###...
From VSCode, I see merge conflict diss color like this:  But on Emacs: 
From screenshot below: File name is quite hard to read when tab was selected.
I have a function that receives `%Plug.Upload{}` struct as an argument and read a file inside that function: ```elixir def do_read_file(%Plug.Upload{path: path}) do # do verify file extension and content-type...
I've a question about how to configuring quantum to run on libcluster, my use case is try to run on `n` node and let quantum run the job only once....
Reproduce steps: ``` $ bsb -version 8.3.1 $ bsb -init react-test -theme basic Making directory react-test $ cd react-test/ $ ls README.md bsconfig.json package.json src/ $ npm i --save reason-react...