Eric Pailleau

Results 10 issues of Eric Pailleau

Is there any trick to set a particular ERLC_OPTS for a module? Let say I need to remove `debug_info` from a sensitive module while wanting to keep it for other...

**Describe the bug** Documentation of [erlang:monotonic_time/1](https://www.erlang.org/doc/man/erlang.html#monotonic_time-1) says that argument must be of type [erlang:time_unit()](https://www.erlang.org/doc/man/erlang.html#type-time_unit) which includes `native`, but `native` is not allowed. **To Reproduce** ``` 17> erlang:monotonic_time(second). -576460358 18> erlang:monotonic_time(native)....

team:VM
in progress
bug

Configured by KERL_AUTOCLEAN variable (enabled by default). Remove all build artefacts but logfile on failure if enabled. This allow safe several attempts to build a release. Logfile receive a banner...

``` $> kerl list builds git,OTP-19.3 git,20.2.2 21.0,21.0 21.1,21.1 21.2,21.2 17.5,17.5 git,OTP-21.2 git,OTP-21.2.3 $> . ~/erlang/OTP-21.2.3/activate $> erl Erlang/OTP 22 [RELEASE CANDIDATE 1] [erts-10.2.5] [source-328e988] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Eshell...

YAML output is invalid for Erlang terms as `{}[]` are reserved characters for YAML syntax itself. Example below output is invalid : ``` # Erlang init for zotonic@cameleon: # =================================...

How to declare for instance a tokenizer where separators are declared in beginning of file to parse ? I think to EDIFACT or ANSI X12 EDI files where separators are...

Allow use of pre-configured translation available in timeago code from i18n.default_language in config, otherwise fall back in former behavior using i18n. require version 1.0.0.rc5 for Spanish See also https://github.com/revel/revel.github.io/pull/212 for...

Hi, it is not clear how to configure 'timeago' language in revel, different from 'en'. Code look to refer to a default language in Config, but no documentation about that....

waiting-for-reply

# Description Change requirement package list for OpenSuse Closes #323. - [x] I have performed a self-review of my changes - [x] I have read and understood the [contributing guidelines](/kerl/kerl/blob/main/CONTRIBUTING.md)