dmaclach
dmaclach
On Thu, Mar 26, 2020 at 10:43 AM imhuntingwabbits wrote: > *@imhuntingwabbits* commented on this pull request. > ------------------------------ > > In Source/OCMock/OCMockObject.m > : > > > + }...
Out of all of my outstanding PRs, this is probably the one that will be the hardest to maintain and is also likely the one that will fix the most...
This is not a feature, but fixes potential crashing bugs, so would be a good candidate for pulling into master ASAP.
Erik, are you waiting on me for anything here? This one is painful to maintain.
Removed the references to self from `OCMStub`, `OCMExpect` and `OCMReject` because it caused a couple of issues: 1) Some set up code was in C functions that didn't have a...
I still think this should be worked on.
Looks like Travis may need some settings changes to build my updates...
I am seeing the same problem. QuinLeg-Dig-Quad. 
Looking at it in Chrome, it appears that https://github.com/Aircoookie/WLED/blob/main/wled00/data/settings_leds.htm#L300 is being called before https://github.com/Aircoookie/WLED/blob/main/wled00/data/settings_leds.htm#L128 when the UI is being loaded. Therefore ` d.Sf.LAsel.value` is not up to date. Note that...