Rohan Mukherjee
Rohan Mukherjee
When you try to run `model.classify(image)`, where `image` is of type `HTMLImageElement`; if the dimensions (width and height) of the image are not specified, the function throws unexpected errors, one...
In the following example, the promise from `unzipper.Extract()` is resolved before the unzipping task is actually over. ```ts import util from 'util'; import stream from 'stream'; import path from 'path';...
## Description I'm using v2.11.0 of your SDK and I often run into this error in live transcriptions. ``` future: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/deepgram/transcription.py", line 222, in...
## What is the current behavior? I get the following error intermittently while sending audio packets over the deepgram socket connection. ``` sent 1011 (internal error) keepalive ping timeout; no...
# Options to show registers in different number systems The numbers on the UI are shown as hexadecimal numbers. A useful feature would be to have a dropdown somewhere on...
This project has not been maintained for a while, so it's running older versions of a lot of libraries such as React. These packages need to be updated, and the...
# Feature to step back one instruction, and execute all instructions The bot can only execute instructions one by one currently. Features to execute all instructions at once, and step...
# UI Responsiveness and Theming ## Responsiveness The bot is deployed [here](https://roerohan.github.io/8086.js/), and as you would notice, it isn't very responsive, and doesn't scale too well according to screensize, especially...
# Add more Instructions Currently, `8086.js` can only execute the instructions in the `switch-case` below. However, support needs to be added for the remaining instructions to make it more usable....
# Implement interrupts and show output on the display We're aiming to support interrupts on `8086.js`! The parser can currently recognize `INT` as a mnemonic. The CPU is required to...