Luca Favatella

Results 9 comments of Luca Favatella

Do I understand correctly this was fixed by #166?

> A following `exometer_cache:write` may update the cache ETS entry, though it looks to me this is not the intended behaviour hence the report. Actually I see that the piece...

@massemanet @leoliu I had a first go at an [Emacs package for Distel](https://github.com/lucafavatella/distel/commit/a1cf3b00ca7f53b3960cfd01a60c225b4487b68c) plus [MELPA recipe](https://github.com/lucafavatella/melpa/commit/a440dd51f85351a014500487a22788be5a3b8df8). This initial work is **only for elisp files** - no BEAMs - and enables...

For tracking: Apparently some preparation work was merged in this repo as #59.

Defined in https://github.com/inaka/sumo_rest/blob/31b33efd327066c7fe1cfdbde624da87a2bc7120/src/sumo_rest_doc.erl#L5 - not exported.

Used e.g. in * https://github.com/inaka/sumo_rest/blob/31b33efd327066c7fe1cfdbde624da87a2bc7120/README.md#elements * https://github.com/inaka/sumo_rest/blob/31b33efd327066c7fe1cfdbde624da87a2bc7120/test/sr_test/sr_elements.erl#L70

Compared to 0.2.4, the develop branch with pc seems to have regressed on Windows.

> What is the difference between working in a relx release in dev_mode vs working in development mode with rebar3_auto outside a release? Templating of sys.config and/or vm.args.

@vans163 An OTP release built with rebar3 can benefit from ["overlays"](http://www.rebar3.org/docs/releases#section-overlays) for creating directories, copying files and instantiating file templates in the release. The most typical use is templating of...