Andi Anderson
Andi Anderson
I feel like whitespace and its benefits are still not fully recognized in the community. There are still horrible examples of missing whitespace as well as many missed opportunities. The...
As I understand it now, it it only possible to plot the exact data that is already present in memory What one would often like to do: Plot something that...
I'm drawing `ImPlot::PlotLineG` with a width of about 4 here. At each kink there are small gaps like here:  The problem gets worse when points are very close together...
seems unclear. I've seen links to 2018 version but there are newer ones. Maybe they all work, maybe not...
I like it clean, never need line numbers, so why do they take screen space?
``` println( "{}{}{}", 1, 2, 3 ); // valid println( "{}", std::tuple(1, 'b', 1.0/3.0) ); // valid println( "{.2f}", std::tuple(1, 'b', 1.0/3.0) ); // error // what I'd like and...
Is this a known issue or am I doing something sub-optimal? I'm simply calling ``` std::format_to( std::back_inserter( buffer ), "[{:%H:%M:%S}] ", time ); ``` where `buffer` is a `std::string` and...
When creating a profile in the nvidia app it is different from creating it in NVCP. For my specific case (Le Mans Ultimate) the profile from app shows in inspector,...