Thierry61
Thierry61
If you divide Avg Fee Rate by 4 then the result lies within the fee rate range. I suppose this is related to the size vs weight definitions, possibly the...
Another workaround is to add the following key in your InfluxDB service: ``` entrypoint: sh -c "export DOCKER_INFLUXDB_INIT_USERNAME=`cat /var/run/secrets/username`; export DOCKER_INFLUXDB_INIT_PASSWORD=`cat /var/run/secrets/password`; /entrypoint.sh" ``` But that still depends on knowledge...
For information, I have issued a [PR]( https://github.com/Kixunil/configure_me/pull/66) on configure_me crate that corrects the warnings about `#[automatically_derived]` attributes.