-
## How to reproduce:
```sh
brew install wxmac
pkgx erl -sname observer -hidden -setcookie MyCookie -run observer
```
## Expected:
![image](https://github.com/pkgxdev/pantry/assets/527101/d…
-
## 1
```
$ docker search erlang
$ docker pull erlang
```
## 2
network
```
$ docker network create erlang_default
```
## 3
```
$ docker run -it --rm -P --name erl1 --expose 4369 --network erlang_de…
-
https://en.wikipedia.org/wiki/Erlang_distribution
-
I'd like to write semantic rules for the https://www.erlang.org/ programming language which semgrep has no support for today.
**Describe the solution you'd like**
First-class support for Erlang as…
-
### when i start the image with
sudo docker run --network host -it tmate/tmate-websocket:latest
### i get following error:
a secret cookie must be provided in one of the following ways:\n - wit…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
* elixir 1.17.2-otp-27
* erlang 27.0.1
* Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir):
` "dialy…
-
Erlang 22 is out (and in my case, my linux distro has updated), and with it comes NIF version 2.15. This means that NIFs won't build even with the latest `erlang_nif-sys`.
-
Erlang R15B has been released.
Should this line in rebar.config:
{require_otp_vsn, "R14"}
be changed to:
{require_otp_vsn, "R15B"}?
-
For now latest changes in 'dialyzer_plt' broke things in a very nasty way:
- new kind of internal PLT representation was introduced by OTP team (`#mini_plt`)
- while module's API satisfies specs it vi…
-
_From @loretoparisi on September 16, 2016 13:0_
Is `Erlang` client autogen in the roadmap?
_Copied from original issue: swagger-api/swagger-editor#1064_