Matthew Herber

Results 130 comments of Matthew Herber

there was another optimization I wanted to make but it would've changed the access level of a variable I'm pretty sure, so I haven't committed that in here

> what variable? these things are negotiable The ones I was looking at are _syncOwnerPlaying and _syncLocked in the mini player. They should be packed into a byte instead of...

> couldn't we keep them the way they currently are and just serialize and deserialize them that way when we send them over the wire? well yes that would be...

I have changed over to dedicated methods and obsoleted the array. I also went ahead and made the change to the mini player, but would like a more thorough testing...

> wow this is some spaghetti code in the name of optimization, lgtm but we need to wait for pema to check and we should probably test it If you...

I will concur that I have been having the same issue, sockets will just randomly kick themselves as unavailable. However the interesting part is that they also become unavailable in...

> So there are probably different problems reported in this issue. Anyway, stability issues with devices that require authentication should be fixed in the next release (the update cycle does...

false positives in this case, a tight formation in a circle Without the fix With the fix

one different way to do this I presume is to start the ray at the positive axis offset, and end it at the negative axis offset. half as many rays,...