-
### Elixir and Erlang/OTP versions
not needed
### Operating system
not needed
### Browser
not needed
### Driver
not needed
### Correct Configuration
- [X] I confirm that I have Wallaby config…
-
The same line:
uuid:to_string(uuid:uuid1()))
Fails in Erlang 19.3, but works in 20. In 19.3 it bombs with the error:
Failure/Error: {error,badarg,
[{uuid…
-
## Description
CouchDB gets tremendously slow after many queries are made. The situation gets better after some pause in the process. But as soon as the queries resume the system gets slow really rea…
-
**Describe the bug**
I'm trying to build OTP on Android. At a mimimum I need to build the BEAM vm so compiled Erlang code can be run.
I've got a setup that will successfully compile BEAM, but the li…
-
Sounds like `SO_REUSEADDR` on Linux is equivalent to `SO_REUSE_ADDR` + `SO_EXCLUSIVEADDR` on Windows. Might be worth patching OTP to support it.
Alternatively the new `socket` NIF should be made to…
essen updated
11 months ago
-
Let's run a number of manual tests and additional checks in order to make sure v0.6.5 will be the best release ever.
Test binaries can be found here: https://github.com/bettio/avm_tag_ci/releases/t…
-
There are a few things that would make this repository easier to use:
1. `ewkb` module should have a `epgsql_` prefix because it exists as part of this Erlang application.
1. `protocol.hrl` should…
-
**Describe the bug**
on apple m1 chip iex (the Elixir console) segfaults on boot (latest unstable)
**To Reproduce**
Steps to reproduce the behavior:
1. nix-shell -p elixir
2. iex
**Expec…
-
Hi,
I am trying to build an Erlang driver with IBM MQ client calls and it is failing to resolve some calls from erl_driver. Please see the below error logs:-
```
amitabhadatta@VL-MWLGJ26CQ4 c_s…
-
Hi
I am trying to use your module to route message from a linux driver.
I set up my two real channels and two virtual channels
using linux candriver and successfully comunicate with candump tool.
In …