Luca Succi

Results 13 comments of Luca Succi

The hostname is set in the erl_main.c code. With my DHCP PR I set the host_name option which uses the hostname during DHCP lease. I verified and I can spot...

Testing on Majaro 22, erlang 24.3.4.6 otp 3.18.0 I can reproduce the second crash from @GwendalLaurent

The problem consists in how the fat32 formatting is executed and how rtems is sensible to fat32 formatting. Usually we all develop on Macs. So i removed the SD card...

Update: Last week I tested on a `Sandisk Ultra 64 GB SDXC C10 U1 A1` This morning i tried an old `Kingston 8GB SDHC C4` In Linux (Majaro) i used...

@juhlig @GwendalLaurent TL;DR ``` Try this workaround: use Gparted, remove all partitions, format a new 8GB partition (precisely 8192 MiB), deploy files there. Optional: If it works, try extending the...

Problem has to do with FAT32 data-structures alignments. Gparted uses this to format the partition: `mkfs.fat -F32 -v -I /dev/your-sd-partition` I tried to manually execute this with different flags and...

I updated the FAQ in the Wiky with the workaround and a link to this issue. The answer is also linked in the tutorial page, so we hopefully save new...

Noticed that few modules are skipped by ex_doc. I need to investigate on this.

@eproxus thanks for the feedback, now i have the images rendered in the webpage. still need to understand why I get a `` and why it likes to load our...

This PR is in pause since the current state of `edoc_layout_chunks` in otp does not allow tables and other html tags to survive the preprocessing. In other words using `rebar3_ex_doc`...