Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/b6945ec851fd70b66c9b574874e5330c7b7aac11?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
static_assert(((Integer+1)*2+Fraction*2)<=FIXED_POINTS_DETAILS::BitSize<intmax_t>::Value,"Multiplication cannot be performed, the result type would be too large");
static_assert(((Integer+1)*2+Fraction*2)<=FIXED_POINTS_DETAILS::BitSize<intmax_t>::Value,"Multiplication cannot be performed, the intermediary type would be too large");
static_assert((Integer*2+Fraction*2)<=FIXED_POINTS_DETAILS::BitSize<uintmax_t>::Value,"Multiplication cannot be performed, the result type would be too large");
static_assert((Integer*2+Fraction*2)<=FIXED_POINTS_DETAILS::BitSize<uintmax_t>::Value,"Multiplication cannot be performed, the intermediary type would be too large");