Guillaume Giraud

Results 23 comments of Guillaume Giraud

Facing the same problem, I replaced the if statements with if constexpr which did away with the warnings. Note that if-constexpr is a c++17 feature.

There is also a lying template name, if I may :) `NonLinearScale optional scale class for the units. Defaults to linear` I think it's confusing to have a NonLinear concept...

Yes it is. Windows 10, Android studio 2.3 RC1 Le 1 mars 2017 5:41 PM, "Varun" a écrit : > Just to confirm this is also on a windows machine,...

@westnordost : one other posssible workaround would be to use a circular marker together with a js function for the size. That function would back out the size in pixel...

I have just thought of a workaround: calling `.wait(std::chrono::system_clock::now());` would achieve something similar to what I want, using 'now time' to force a reschedule without actually waiting. However it's still...

I came upon `marl `as I was looking for a way to simulate some single-core embedded thread scheduling. The embedded implementation uses round robin scheduling (with some optional priority specification)...

Ok thanks for raising this subtlety, which is not covered by the current test suite. I am going to need to think about how to factor that in. For reference,...

The library and the unification work gets mentioned in that cppcast episode a few months back : https://cppcast.com/physical_units_and_a_system_of_quantities/ I thought it was interesting to get more background.

Wait, it seems I was missing some significant updates to v3.x, for example the _t suffix is gone entirely now. I need to review and update what I said above.

Ok after a bit of renaming I managed to make almost everything work on 3.x - I updated all the PRs above, they should be good for review/feedback. The one...