-
I encounter xla_extension failed when I try to run exla while building a docker container. Here are some of the snippets from my Dockerfile:
```
ARG BUILDER_IMAGE="hexpm/elixir:1.14.0-erlang-24.0.1-…
-
## Environment:
* Erlang/OTP 20
* Elixir 1.5.1
* Phoenix 1.3.0
* Phoenix HTML 2.10.4
* Phoenix Slime 0.9.0
* Slime 0.16.0
* System 4.12.8-1-ARCH
## Expected behaviour
String interpolation in …
-
**Describe the solution you'd like**
I was looking at evaluating Temporal, but my company uses [Elixir](https://elixir-lang.org/) (built on [Erlang/OTP](https://www.erlang.org/)). So I tried to see…
-
When compiling with ASAN it reports heap overflow (logs below).
Is this a known error?
Crashing code (notice register usage (> x15)):
```erl
-module(hello_world).
-export([start/0]).
-export([…
-
Hello.
I think Gleam's typed OTP and its concept of subject is great.
But, It would be better to have some types of DynamicSupervisor that allow me to spawn workers as I need.
-
I pulled the latest version of the repo, and ran the `rebar3 as test shell` as instructed in the documentation. I am getting this error:
```
ryan@Ryans-MBP grpcbox % rebar3 as test shell DEBUG=1
==…
-
In this issue I'm collecting thoughts of the structure of a standard library. This may seem a lot larger than you'd have in OCaml/Reason to begin with, but Erlang's is actually pretty big, and include…
-
### Description
optimism based. i got error on indexing
logs :
```
Function: &Indexer.BufferedTask.log_run/1
Args: [%{metadata: [fetcher: :internal_transaction], callback_module: Indexer.…
-
I run into this problem, after I have rebuild the 'make dev' and forgto to configure the view server for python. When I query the view I get 500 response, which is perfectly fine. The problem is that …
-
Hello.
I've checked out and built etorrent@510b4d68ee7bda76df6a1d7de1b7bbb997537532 today on Erlang/OTP R14B03 (with HiPE) using [kerl](https://github.com/evax/kerl) on fresh Ubuntu 11.04 installatio…