Robert Lipe
Robert Lipe
As a (very) crude way to graph this, run pio project config | egrep -i '(env:|Tjpg|lib_deps)' then look at the projects that contain TWO occurrences (one in graphics_libs which isn't...
Neo, what if I told you both angled above are true because actually, they are the _*SAME*_ angle? RL: "We should build it only where it's used because I hate...
I tried. The cases that are hard to pencil whip are the ones like the build failures in 789. The best regex skills still won't hit cases of inherited flags....
I spent unreasonable time staring at this. I didn't like the original (sorry) and I liked the replacement even less. Anytiem I monkey with the same pivot point three times...
Darn it. Premature send. Now, precompute some stuff beore looping. iPos[i] = (bLeft[i]) ? iPos[i]-spd : iPos[i]+spd; if (iPos[i]< meteorSize) { bLeft[i] = false; iPos[i] = meteorSize; } if (iPos[i]...
I whacked on it even harder. Arrays of Structs > Structs of arrays. Other cleanups applied. Please confirm that https://github.com/PlummersSoftwareLLC/NightDriverStrip/pull/792 keeps your build in a happy place. It looks the...
Good. No, we don't really expose ways for you to edit your own data. We convert and leaving editing and mapping and such to editors and maps. RJL On Fri,...
#2 moves the problem around. I don't have a source tree handy, but I think #1 is the right answer. Less of our code should be using time_t as we...
> > . I am not at all sure we use empty fields for this purpose in csv writers > consistently. > I am sure we don't. :-) I implemented...
@tsteven4 , you said you implemented approach. Did you ever land this? Please close this if so.