-
Hey. Long story short trying to add elixir to erlang project. I’m trying add local elixir dependency to project. It kindly works. Problem is that every second run elixir part is not included.
Steps…
-
rebar3 new release test
add "{plugins, [rebar_ct]}."
rebar3 compile
then
===> Failed to update package rebar_ct from repo hexpm
===> Plugin rebar_ct not available. It will not be used.
===> Veri…
ghost updated
3 years ago
-
My .mustache templates are not being copied to the ebin when I use rebar3 :-(
I opened a SO question about it:
http://stackoverflow.com/questions/36231976/how-can-i-include-a-mustache-file-in-erla…
-
i get an error when i render templates which uses records when using the erlydtl plugin .
previously i was manually compiling the templates with the records using `erlydtl:compile_file/2` which worke…
-
This file format was introduced in 2018 and Wings3D has been failing to load these files.
This was reported at Discord.
-
I'm having issues compiling `erlkaf` on a macOS Ventura 13.6.1:
```
$ mix deps.compile erlkaf
=ERROR REPORT==== 28-Feb-2024::17:31:13.767352 ===
beam/beam_load.c(190): Error loading module rebar…
-
Multiple warnings and one build error...
**SYSTEM**
Erlang/OTP 22 [erts-10.4.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Eshell V10.4.2 (abort with ^G)
**REPRO**
$ re…
ToddG updated
5 years ago
-
Reported by @aleklisi on erlanger.slack.com. Here's how to reproduce.
Create a new library:
```sh
r3 new lib name=mylib
```
Within it create the following module:
```sh
$ cd mylib
$ ca…
-
When I added stm32 support I did not consider the inconvenience reusing the flash_offset setting, also used by esp32, could cause. This could be quite inconvenient for anyone developing an app meant t…
-
### Pre-Check ###
- If you are filing for a bug, please do a quick search in current issues first
- For bugs, mention if you are willing or interested in helping fix the issue
- For questions or …