Andi Anderson

Results 8 issues of 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...

episode idea

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: ![Screenshot_20230208_174355](https://user-images.githubusercontent.com/44261477/217600998-5d813625-10f7-46b0-9dfc-08a4c320d37a.png) 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?

enhancement

``` 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...

performance
format
chrono

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,...