-
./rebar get-deps
Uncaught error in rebar_core: {'EXIT',
{function_clause,
[{code,which,
[{rebar3_eqc,".…
-
You should have `rebar3_hex` plugin in either your global `~/.config/rebar3/rebar.config` configuration `plugins` list or as a `project_plugins` in the config so it does not get added to plugins when …
-
``` zsh
➜ rebar3_eqc git:(d1895b4) ✗ rebar3 compile
===> Verifying dependencies...
===> Compiling rebar3_eqc
===> Compiling rebar3_eqc/src/rebar3_eqc.erl failed
rebar3_eqc/src/rebar3_eqc.erl:12: can'…
-
As an experiment I created a super simple phoenix server
https://github.com/ThomasArts/tickets
I wanted to test live_reload and use a ticket.txt file as resource. I know it's ugly, but that's how I di…
-
Hi, I tried using this library and got this error:
```
$ mix test
== Compilation error on file lib/eqc/mocking.ex ==
** (ArgumentError) lib file eqc/include/eqc_mocking_api.hrl could not be found
…
-
I read your paper [Z3-str: a z3-based string solver for web application analysis](http://zyh1121.github.io/pdf/fse13.pdf) and I have a question how you generate the values for a model in case you find…
-
``` elixir
iex(1)> String.starts_with? "", ""
false
iex(2)> String.ends_with? "", ""
true
iex(3)> String.contains? "", ""
false
iex(4)> String.starts_with? "a", ""
** (ArgumentError) argument error
i…
-
Hello sir,I am very glad to see this awesome package and discuss with you in the last issue,I found that if I run Hydrogen ,it will cause lag.Maybe only in Windows OS.
Is it possible to add the fea…
-
Riak uses `sext` for secondary indexes to create binary keys for leveldb. A user noticed that some integer 2i queries were not returning results when they were expected to. We seem to have narrowed th…
-
System specs:
```
MacBook-Pro-2:riak-erlang-client markus$ rebar3 report
Rebar3 report
version 3.0.0-beta.4+build.3202.refd7def6e
generated at 2016-03-11T20:46:27+00:00
=================
Please sub…