-
**Question.**
Can I use/combine [Docker Erlang/OTP](https://hub.docker.com/_/erlang/) and this vscode_erlang extention?
**Situation**
I'm using Visual Studio Code that installed on WinOS.
[Remot…
-
##### Description
- [ ] Write specs for static exported fuctions
- [ ] Write specs for generated exported fuctions
- [ ] Add datetime/date validation
- [ ] Separate gigantic `api` to submodules and re…
-
```
Contribution for Erlang attached.
```
Original issue reported on code.google.com by `JeanLou....@gmail.com` on 30 Jun 2009 at 12:41
-
```erlang
%%%-------------------------------------------------------------------
%% @doc erapp top level supervisor.
%% @end
%%%-------------------------------------------------------------------
…
twn39 updated
5 years ago
-
Meck is not compatible with the latest version of `cover.erl` module in OTP 27.
See bug report in OTP: https://github.com/erlang/otp/issues/8661
## Reproduction Steps
1. enable cover
2. meck l…
-
```
Contribution for Erlang attached.
```
Original issue reported on code.google.com by `JeanLou....@gmail.com` on 30 Jun 2009 at 12:41
-
I have a folder with two files:
```erlang
%% x.erl
-module(x).
-export([a/2]).
a(X, Y) -> X + Y.
```
```erlang
%% y.erl
-module(y).
-export([b/0]).
b() ->
%% where i want to call `x:a…
-
## Environment
- ejabberd version: HEAD ( https://github.com/processone/ejabberd/commit/601fcba4cbf881942fae4ab89bc8f666f7a9213f )
- Erlang version: `Erlang (SMP,ASYNC_THREADS) (BEAM) emulator ver…
-
Maybe I missed it, but is there a section of the web site that discusses Erlang interop the way that the Clojure site discusses Java interop? I did see this:
* https://clojerl.github.io/differences-…
-
```
Contribution for Erlang attached.
```
Original issue reported on code.google.com by `JeanLou....@gmail.com` on 30 Jun 2009 at 12:41