Alexander Zawadzki

Results 4 issues of Alexander Zawadzki

First of a series of proposed commits to simplify, reduce duplication, and add testing to box classes

Fix a bug in the ServoMovement method where it compared the wrong Wrist vertical/rotation attributes when calculating the current/target servo positions. This was causing some strange glitches between the 'soft...

I've spent multiple hours trying to get the Braccio.begin() soft start to work, but cannot get it to behave as documented. With the default values the arm will twitch around,...

type: imperfection

Bug Report for https://neetcode.io/problems/design-twitter-feed Simple comment typo: twitter.unfollow(1, 2); // User 1 follows user 2. ... should say twitter.unfollow(1, 2); // User 1 unfollows user 2.