-
## Environment
- ejabberd version: 24.02.25 (master since 25th March 2024)
- Erlang version: `erlang/otp 25`
- OS: Linux - Debian bookworm (With and Without backports)
- Installed from: source (…
-
### Pre-Check ###
- If you are filing for a bug, please do a quick search in current issues first
- For bugs, mention if you are willing or interested in helping fix the issue
- For questions or …
-
To have it show up in https://github.com/topics/rebar3-plugin 😄
-
Check what is required to have **local documentation** built from OTP 27 on.
Ref: https://erlangforums.com/t/erlang-otp-27-0-rc1-released/3300/14
Option: `KERL_BUILD_DOCS=true`
It is quite po…
-
Hello,
I'm using `gen_icmp` in an Elixir project. The compilation fails on macOS.
I've cloned to test it, and sure enough when I run `rebar3 compile` it fails with the following error:
```
/…
walkr updated
5 months ago
-
from the issue [#1747](https://github.com/erlang/rebar3/issues/1747)
also some problem exist
when is set the proxy as this
`set http_proxy=http://127.0.0.1:10809 && set https_proxy=http://127.0.0…
-
I have an erlang supervsior,and an application.I want a function to be executed just when I close or abort the rebar3 shell.
```
-module(my_web_app_sup).
-behaviour(supervisor).
-export(…
-
# Environment
- x64
- Windows 11 with Visual Studio Build Tools 2019
- Elixir 1.14.3
- Erlang/OTP 25
# Steps to reproduce
In Developer Command Prompt,
- Create a new Phoenix project (`mix…
cynic updated
4 months ago
-
>jiffy:decode().
** exception error: {131,invalid_string}
in function jiffy:decode/2 (src/jiffy.erl, line 71)
-
Reference: https://erlangforums.com/t/erlang-otp-27-0-rc1-released/3300/13
Local PR to make it visible from CI: https://github.com/starbelly/rebar3_ex_doc/pull/80
I'm still looking at why this i…