Benjamin Clauss
Benjamin Clauss
sounds like this issue can be closed then? I would be interested but will discuss in [Gitter](https://gitter.im/go-asynq/community).
I would be very interested in supporting backends other than Redis (i.e. Mongo). https://github.com/hibiken/asynq/issues/173
seeing this as well in `v1.16.3`
great tool, noticed some bugs this morning after installation happy to help
 Clicking the menu bar expand ended the recording.
from `Add.asm` ``` // Computes R0 = 2 + 3 (R0 refers to RAM[0]) @2 D=A @3 D=D+A @0 M=D ``` something like the following This would allow users to...
> Right now the "asm" view that you see is decompiled instead of being a view on the "original" source code. That's unfortunate. I think a big part of working...
sounds reasonable Feel free to close.
> @benjaminclauss qq - have you already written VM translator? If yes how did you debug hack code inside CPU emulator? I finished recently. https://github.com/benjaminclauss/nand2tetris/blob/master/virtualmachine/code_writer.go It needs cleanup but tests...