Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
It would be good if have telemetry support for this library. I'm not sure if interceptor is a good fit but we can start from that.
This is a draft PR to add telemetry to the client side. It's just interceptor that call span that capture `next.(stream, req)`. Currently, the interceptor attach `stream` to metadata when...
Currently, the library supports: - insecure - SSL/TLS authentication But here is some missing in the library: - [ ] ATLS authentication. (Here is Go example: https://grpc.io/docs/languages/go/alts/) - [ ]...
Add `:crypto` to `extra_application` in mix.exs to fix warning in Elixir 1.12 and update mix.lock to a new file pattern.
After calling `ekz ui` and open firefox with `localhost:8080`, browser show the error page with `Unable to connect`. I run `docker ps` to see what going with `quay.io/ekz-io/ekz-webui` container and...
### 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: ###...
Refer to https://github.com/elixir-lang/elixir/pull/12118. We could remove Elixir `main` branch out from Bob.
Continuing #12038 from the discussion in https://github.com/elixir-lang/elixir/pull/12053#issuecomment-1208268123. I create a new workflow to publish a precompiled version to s3. Currently, it will run on every commit that pushes to main....
Fixes codegen returns error when schema has a pattern property: ``` Exception: Unbalanced '{' - missing '}' at 'z0-9]{3' ``` mention the technical committee members @TiFu @taxpon @sebastianhaas @kenisteward @Vrolijkx...
I found on branch `osx` with commit 102323ed212b131ac8ec5d50a1d3535ed8a1e5c1 ``` $ make /Users/wingyplus/clang+llvm-3.8.0-x86_64-apple-darwin/bin/clang++ -std=c++11 -I'build/gen' -Wall -pthread -fPIC -Wnone -o /dev/null -x c++ /dev/null >/dev/null && echo '#define USE_LOCALE_H' || \...