Riccardo Brugo

Results 8 issues of Riccardo Brugo

Hi, I've a design question for you: I can't understand why `NonLinearScale` must be a `trivial` type. I've read the code, but I couldn't find any point where this triviality...

The following code was compiled correctly: ```cpp #include #include #include namespace la = std::experimental::math; template constexpr auto norm(la::vector const & v) noexcept -> typename la::vector::value_type { return units::sqrt(v * v);...

not a bug

If I try to compile tests, GCC gives me this output: ``` [rbrugo@rbrugo ~/git/lift/build] (master) $ cmake .. && cmake --build . -- The C compiler identification is GNU 9.2.0...

Hi, I could be wrong, but currently if I want to transform a tuple-like object I have to do something like ```cpp auto result1 = range_of_tuples | views::transform([&f](auto && tuple)...

enhancement

Hello! I'm having some issue in display container output as I want. Let's say I want to render some text like this: ```cpp #include #include int main() { auto const...

It seems that Labels component is not exported in src/components/index.ts. I can't find a way to import it into my project, any suggestion? Also, is there a documentation of the...

With this PR the user will be able to specify the colors via functions in the setup. For example, from my current configuration: ```lua local color_map = { -- ......

I'm having trouble compiling dependencies for rpi3. When I run `./docker-arm-cross-build-scripts/build.sh rpi3-armv8 --export` I get the following error: ``` ... Step 72/126 : RUN chmod +x x11.sh && ./x11.sh --->...