-
Thanks guys, this is exactly the thing I am looking for however, when I compile it, it gives me the below error
```
dev@ubuntu:~/sukhi/kastle$ which erl
/usr/bin/erl
dev@ubuntu:~/sukhi/kastle$ make
f…
-
Hey maintainers,
I am working on a custom data structure and I want it to fully implement the `Access` behaviour. I am implementing the 4 required callbacks and I want to make that fact clear in the …
-
I'm using lager dynamically, i.e. adding debug tracing during execution, but when I try to do this on a detached erlang-node (that I have attached to) I get no debug output, neither in the shell nor i…
-
### Environment
- Elixir version (elixir -v):
```
$ elixir --version
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:32:2] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.3.0-rc.0 (7881123)
``…
-
Right now the editor does the following when I put on the next line:
``` erlang
case ets:new(?TAB, [set, named_table, public,
{read_concurrency, true}, {write_concurrency, true}]) of
```
But I wo…
-
```
1> application:get_all_key(lager).
{ok,[{description,"Erlang logging framework"},
{id,[]},
{vsn,"3.1.0"},
{modules,[error_logger_lager_h,lager,lager_app,
lager_backen…
pichi updated
8 years ago
-
Right now tuple literals use curly braces:
``` crystal
{1, 2, 3}
```
What do you think if we change it to parentheses?
``` crystal
(1, 2, 3)
```
The rational for this is (in no specific order of i…
-
Right now the best solution to run in docker would be to use supervisord but if we could start the actordb daemon from the actordb_console containerization would be easier to work with.
atomi updated
8 years ago
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.7.3
**System**: Mac OS X 10.11.5
**Thrown From**: [finance](https://github.com/7kfpun/atom-finance) package, v0.7.0
### Stack Trace…
-
Hi,
I am using a vmware template (windows server 2012r2) the client is already installed and have converted back to a template. none of my servers can get out to internet so I can't use the default w…