-
### Environment
* Credo version: `0.8.1`
* Erlang/Elixir version: `Erlang/OTP 20 [RELEASE CANDIDATE 2] [erts-9.0]` / `Elixir 1.4.4`
* Operating system: `Ubuntu 17.04`
### Proposal
Set distinc…
-
**Describe the bug**
```erlang
-module(dial).
-export([test1/01]).
-record(in, {
f1 :: binary() | undefined
}).
-spec test1(In :: #in{}) -> binary().
test1(#in{f1 = F1}) when F1 =/= un…
-
Hi I get this issue during the $ mix firmware command
MIX_TARGET=rpi
Erlang/OTP 21 [erts-10.0] [source] [64-bit]
Outut:
``
==> nerves_dht
cc -o priv/dht
cc: fatal error: no input files
co…
-
* Do not use the issues tracker for help or support (try Elixir Forum, Slack, IRC, etc.)
* Questions about how to contribute are fine.
### Environment
Erlang/OTP 24 [erts-12.0.4] [source] [64-b…
-
**Describe the bug**
When building the master branch, one test in the smoke suite is failing for me -- `local_to_univ_utc` in `time_SUITE.erl`
- On Ubuntu LTS 22.04.3 (glibc 2.35) the test PASSES (v…
ptome updated
11 months ago
-
Original reporter: `robertoaloi`
Affected version: `Not Specified`
Component: `Not Specified`
Migrated from: https://bugs.erlang.org/browse/ERL-1005
---
```
According both to the docs and the type …
-
I'm trying to build and use mzbench, but cannot get it running. What I did:
```
1. git clone https://github.com/satori-com/mzbench
2. cd mzbench
3. virtualenv -p python2 venv
4. source venv/bin/a…
-
Environment
OS: Ubuntu 16.04
Erlang/OTP:
EMQX: v3.2.3
Description
We tried configuring plugin for EC2 mongoDB instance and it works as expected. But in our production environment …
-
Hello @garyf,
Any plans to push a new release out?
I'm sure you know already but the current version is broken with OTP 20 (and there is already a fix in master!).
Thanks!
-
With the latest meta-erlang Kirkstone branch I am seeing rabbitmq-server crash. Below is the beginning of the crash report
Nov 14 02:23:21 systemd[1]: Starting RabbitMQ broker...
Nov 14 02:23:2…