Benjamin Clauss

Results 19 comments of 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

great tool, noticed some bugs this morning after installation happy to help

![Kapture 2024-07-17 at 12 04 50](https://github.com/user-attachments/assets/ae2b3d8e-c649-4185-a52c-3906a128383a) 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...

> @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...