-
Greetings,
Very minor issue, but probably easily corrected.
I get these warnings when I compile folsom
_build/default/lib/folsom/src/folsom_sample_exdec.erl:67: Warning: random:uniform_s/2: the '…
-
replace this:
```erlang
lager:info("Message is", [Message]),
```
With this:
```erlang
lager:info("Message is ~p\n", [Message]),
```
https://github.com/aleklisi/smart_house_node/blob/98…
-
Following the docs and trying to add
```elixir
{:exometer, github: "PSPDFKit-labs/exometer_core"}
```
to my deps. However, I get "(Mix) Command "git --git-dir=.git checkout --quiet HEAD" faile…
smoak updated
5 years ago
-
```
$ iex -S mix phx.server
Erlang/OTP 20 [erts-9.0.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
===> Compiling setup
src/setup.erl:166: Warn…
-
MongooseIM version: (3.4.0-1)
Installed from: (https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb)
I've set up a VM with Ubuntu 18.04.3 LTS, downloaded MongooseIM 3.4.0-1. I've tri…
-
Exometer has been split in different packages. We only need `exometer_core`, which is correctly listed in zotonic.app.src.
For normal applications this would work, but in order to start exometer co…
-
I have the following config:
```elixir
config :hackney,
mod_metrics: :exometer
```
When I try to start my Phoenix application I get:
```
{"Kernel pid terminated",application_controller,"{…
-
I installed aeternity using:
```
bash
-
Host platform: Ubuntu Linux/x86-64
Using docker images built fresh from git master @ 9e7eb4b0532c452f23a9f680e1e47dac94f58964 like so:
```
docker build . -f Dockerfile.base -t zotonic/zotonic-b…
-
Hi 🙃 Getting this error. The config is:
```erlang
{exometer, [
{report, [
{reporters, [
{exometer_report_lager, [
{level, notice},
{typ…