Thanabodee Charoenpiriyakij

Results 79 issues of 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.

stale

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: ![Screen Shot 2563-09-25 at 17 56 34](https://user-images.githubusercontent.com/484530/94259395-97f76800-ff58-11ea-8914-d8c38101acab.png) But on Emacs: ![Screen Shot 2563-09-25 at 17 55 46](https://user-images.githubusercontent.com/484530/94259429-a34a9380-ff58-11ea-9f5f-d77a87398d92.png)

type-feature
context-package-support
context-ui
status-tracking
scope-compatibility
scope-ux

From screenshot below: File name is quite hard to read when tab was selected.

resolution-duplicate
context-ui
scope-ux
scope-quality

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....

enhancement
help wanted

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...