Holger Weiß
Holger Weiß
I checked all [documented][1] overlay variables and as far as I can see, the following are undefined: ``` log overridden goals lib_dirs config_file providers default_release_name default_release_version default_release rel_vsn release_applications ```...
Just out of curiosity: > I would probably love to find a good way to instead work with the `-daemon` VM argument Are there actual issues with `-detached` (I guess...
> `start` / `daemon` uses named pipes to work and essentially runs a fsync on every single line of output you have in the thing you connect to. It's generally...
Oh I'm sorry for the confusion, I wasn't clear enough. This wasn't about the `daemon` name. I was quoting your [statement above][1]: > I would probably love to find a...
AFAICS, the problem is only with profiles. E.g., with the following `rebar.config`, using rebar3 3.17.0: ```erlang {relx, [{release, {test, "0.1.0"}, [test, sasl]}, {mode, dev}, {include_erts, "/nonexistent"}]}. {profiles, [{foo, [{relx, [{mode,...
> So, lets tell a short story. I think the problem is pretty much clear. As has been pointed out above, the solution isn't totally obvious; and will either way...
Good catch, thanks. Yes this should be fixed, I'm just a little unsure whether it might make sense to move `CONFIG_DIR` and `LOGS_DIR` down as well, for consistency/cosmetics. The only...
Since ejabberd 20.07, you should at least see log lines such as the following (with `loglevel: info`): ``` Relayed 110 KiB (in 47665 B / 639 packets, out 64823 B...
Thanks. We should look into at least the following issues (I didn't get to review the code until yesterday due to my vacation, so Anna couldn't address these things earlier):...
> Furthermore, it was superseded by XEP-0319 which is implemented only by Gajim, no other client or server. I think it's implemented at least by [Conversations][1], [Monal][2], and [Swift][3] as...