Y-Less

Results 405 comments of Y-Less

I'd say an explicit parameter is way better than anything implicit. Then only the timers that actually want it get it, and you know you'll get it because you asked...

Is there some way to move the `getNetworks` code in to `PacketHelper`? The need to add `ICore` to several components just so they can call `core.getNetworks` feels like a very...

No I'm not sure what the best solution would be. I'll have a little longer think, but it may well transpire that this is the best available method.

For reference, the code/concept itself seems fine to me. I was just wondering if there was a very slightly better way to do one part, but it isn't a blocker...

Sorry I didn't see this sooner. An actual reproducible bug with MCVE! I'm looking in to it.

So I've been digging in to this a lot. I have determined that it happens when you have a `return` inside a loop that uses a `yield` function. That should...

I didn't say 170 is correct, I asked if you had evidence for one value over another? I still don't understand why you wouldn't want Z included in the calculation....

I've also improved old include support, including using `__const` to "de-const-correct" functions for the old includes.

Unfortunately there's currently no way to detect inside the code whether the timer has been killed or not before. Just don't kill it twice.

Is this still a problem? I've done some more work on enabling killing timers twice.