-
I am new to Rust and experimenting with this plugin.
Environment
OS: macOS 11.1
Erlang: 22.0.7 (via `asdf`)
Rust: rustc 1.49.0 (e1884a8e3 2020-12-29)
When I run the CT suite I get:
```
% …
-
Hey everyone. This may be a local problem on my machine, but I thought I'd report it anyways, since it seems I am on the latest version on everything.
First tried to go through the example and it f…
-
When relx copies dependencies from ERL_LIBS, it preserves their mode and as a result subsequently fails to rewrite `.app` files with `{error, eacces}`.
dlesl updated
3 years ago
-
Hello,
With the help of deadok22 I am now able to compile using rebar. However I am not seeing any beam file being created. I setup my project to be otp compliant with the necessary director…
-
This work will take place in a separate branch, based off of the latest release branch. If the work is successful and preferred to the Go solution, it will become the next release branch.
High-level …
-
Consider the following code snipet:
```
NewList = case lists:keyfind(Key, 1, List) of
false ->
lists:umerge(fun({_Key1, Val1}, {_Key2, Val2}) ->
…
-
### Describe the Bug
I could install 3 different versions of Ruby without problems:
```
~ asdf list ruby
2.7.3
3.0.0
3.0.2
```
But when trying to install a lower one (`2.6.5`), it rai…
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/s…
-
What am I to do with this? profile result is the same as build or info result.
```
$ docker -v
Docker version 1.11.1, build 5604cbe
$ docker-slim -v
docker-slim version Tetra|1.14-5-gd4ced16|d4ced166…
-
Here's my scenario. I have a newly provisioned server with the loopback interface and em4 defined in /etc/network/interfaces. Puppet has never run on this server. I install puppet and it checks in wit…