G
G
> I am am wondering if we might adjust the API parameter slightly so that it accepts an array of `uint16_t` instead of `double`? Yep! Good catch on that. I'll...
i'm open to any insight on type casting this line, thanks! `int16_t xOffset = ((pElem->rElem.w - (nMargin * 2)) * nTickArr[i]) / 1000;`
Hi @ImpulseAdventure .. no worries I get a little delayed myself. I do like your implementation of the tick marks by percentage. However that won't work for my use case,...
ngx-socket-io provides access to socket-io functions through socket.ioSocket `socket.ioSocket.onAny(yourListener)`