-
src/triq.erl:468: Warning: call to crypto:rand_bytes/1 will fail, since it was removed in 20.0; use crypto:strong_rand_bytes/1
-
ENVs: Erlang OTP 27.0.1
Steps to reproduce:
```
git clone https://github.com/adoptingerlang/service_discovery.git
cd service_discovery
rebar3 shell
```
```
...
===> Verifying dependencies…
-
Once `asdf uninstall erlang ` is done it becomes impossible to install it again:
```
$ asdf install erlang 25.3
asdf_25.3 is not a kerl-managed Erlang/OTP installation
The asdf_25.3 build has been…
-
**Describe the bug**
When a dets file does not execute dets:close() correctly and the dets file is opened again, all or part of the data within the dets is cleared.
**To Reproduce**
Open a dets f…
-
Repo:
https://github.com/simonelnahas/lfe_test
```
# mix.exs
defmodule LfeTest.MixProject do
use Mix.Project
def project do
[
app: :lfe_test,
version: "0.1.0",
…
-
### Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Elixir 1.16.2 (compiled with Erlang/OTP 2
### Operating system
…
-
Followup from https://github.com/mtrudel/bandit/issues/412
`ab` is definitely now passing, but unfortunately the benchmarks are not. ;(
They're actually using `wrk` to do the benchmarking. I w…
-
Subscribe to this issue and stay notified about new [daily trending repos in Erlang](https://github.com/trending/erlang?since=daily).
-
Currently, Erlang (specifically ODBC) is failing to build for me on arch linux with errors about undefined references to `ei_*`:
```
CC ../priv/bin/x86_64-pc-linux-gnu/odbcserver
/usr/bin/ld: ../p…
-
In the modern world, DNSSEC is everywhere, however, sometimes people don't implement it on their domain, which is why I was trying to create an application, where I pass it a domain and it checks for …