Akash Manohar

Results 162 comments of Akash Manohar

I've actually figured out that there are no problems with the current custom protocol that the library is using. Firmata seems like an overload with event listeners, etc. It's the...

I went searching if serial commands can be issued via bash and be run via ruby's system() method. That way ruby's serialport library can be benched in the game. But...

Ok I've switched from Ubuntu to Mac since developing this library. So I'll take a look and report back too.

@mezis Sent a PR to add a cucumber test for idea take over - https://github.com/mezis/appfab/pull/213

Thanks for reporting this Eric. We will take a look and post an update.

TIL that re-tagging an image changes the contents of the image, so the SHA of the image does change even if the action is simple as re-tagging and pushing to...

I intended the custom registry option to support anyone using an alternate/mirror registry for any third-party tool we use in the testsuite. But I found out yesterday that registry APIs...

**Update:** Resolution for this is being handled as a part of Issue-1581 / Issue-1580.

Made some notes on tests in the PR to begin splitting into separate branches. There are a total of 23 tests. The following have to be done: 1. Pick a...

@agentpoyo Ah yes. My bad. I missed marking that properly in the sheet above. 1. I'm beginning with adding spec tests for the 4 tests already in main. 2. I'll...