Adam Marciniak

Results 8 comments of Adam Marciniak

Awesome thanks! I've got a rocket sim here :https://codesandbox.io/s/fixed-rocket-sim-with-tvc-delay-pid-interval-50ms-0oq6u?file=/src/index.js That uses this at the very bottom graph. Mind taking a look at it? It looks like duplicate values mess up...

Can you share the code to make that test please? That looks exactly like what I need! An uconnected scatter plot would also work for me. Is there a way...

Any update on this? Would love to be able to set PRETTY to always on.

Here's the culprit: ``` SPIFlash::SPIFlash(uint8_t cs, SPIClass *spiinterface) { _spi = spiinterface; //Sets SPI interface - if no user selection is made, this defaults to SPI if (_spi == &SPI)...

Same thing is happening to me. I'm doing something like this to add/change a file. ``` if (part.filename !== '' && part.mimeType === 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet') { console.log(part) gmail.users.messages.attachments.get({ userId: 'me', messageId:...

Ah follow the tutorial for the pinned issue: https://github.com/gdrive-org/gdrive/issues/533

I'm also getting pretty bad lag on my pixel 5. Any ideas?