-
I have a project that includes hex_erl in rebar.config e.g.
```
{deps,[
{hex_erl, {git, "https://github.com/hexpm/hex_erl.git", {branch, "master"}}}
]}.
```
When I run ```rebar3 compile``` i…
-
Latest (3.7.7) depends on latest published `ranch_proxy_protocol` (1.5.0)
but this dep does not compile on OTP21 (emits warnings & has warnings_as_errors).
This is fixed on rpb's master since http…
-
```
=ERROR REPORT==== 13-Oct-2017::16:00:35 ===
Error in process with exit value:
{{case_clause,{error,tokens}},
[{file,consult_stream,3,[{file,"file.erl"},{line,1380}]},
{file,consult,1,[{fi…
-
I would like to propose to rename the package on hex.pm to `covertool`. Very often the name of the package on hex is the same as the application name. This is actually my first encounter where it's di…
-
As per the discussion in #1669, the idea is to build two versions of rebar3. One is the normal and fully supported binary, the other is a partially unsupported binary that bundles extra providers for …
ghost updated
6 years ago
-
### Environment ###
```
-----------------
Operating System: x86_64-pc-linux-gnu
ERTS: Erlang/OTP 21 [erts-10.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Root Directory: /usr/lib/…
-
i recently updated to fish 2.5.0, and since then this plugin doesn't work properly anymore:
```
~/s/m/core-plans rebar3 cd …
-
I am using rebar3_gpb_plugin 2.2.9, which pulls in pgb version 4.1.8.
When I specify the gpb option msg_name_to_lower for compiling .proto files, any .proto file with a 'pacakge com.echostar.scc…
-
By using OTP-21 and this plugin (v1.2.0), I encountered the following error ([build log](https://travis-ci.org/sile/jsone/builds/394283989)):
```console
$ git clone https://github.com/sile/jsone.g…
-
I have read the README about https://github.com/tsloughter/grpcbox#using-a-service-client.
However, When I run `rebar3 gprc gen` on the root of my project, it only creates`*_pb.erl` and`*_bhvr.erl`.
…