Chulki Lee
Chulki Lee
I found erlang image is under the official erlang org (https://github.com/erlang/docker-erlang-otp) Then.. what about moving this official docker repo under https://github.com/elixir-lang ?
Hi - my team is adopting exgen to generate custom project structure, but it is broken in recent Elixir. That's fixed by #3 but it's not merged for 1.5 year!...
## Problems Currently package name, application name, and module name are mixed between API and SDK. | Component | Package | Application | Module | |-------------------|---------------------|---------------------|---------------------------| | OpenTelemetry API |...
When an end user only want to export via OTLP/HTTP (either binary-encoded Protobuf or JSON Protobuf) - it will not use gRPC at all. In such cases, it would be...
Doc says: ``` md The default behavior for the proxy when port 80 and 443 are exposed is as follows: * If a container has a usable cert, port 80...
I downloaded a binary from the release page, and it doesn't work until I approve it. See https://support.apple.com/en-hk/guide/mac-help/mh40616/mac If the release page is the official way to release binaries -...
Without it, columns have minimal widths. To use full width of pages, pass `*` for each column. Note that this is the default behavior of flash pdf export by (legacy)...
Since [actions.rb](https://github.com/zendesk/zendesk_api_client_rb/blob/master/lib/zendesk_api/actions.rb#L7) calls `save_associations` before creating the current object, it fails to create any children resources of the current object.
How can I get `alg` to use in JWT from `JOSE.JWK`? Such as `RSA256`. I figured out how to do it by checking byte sizes in `n` - but curious...
## Environment - tesla: 1.3.0 - hackney: 1.15.2 ``` Erlang/OTP 22 [erts-10.5.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.9.4 (compiled with Erlang/OTP 22) ``` ## Problem When the httpc...