Akshit Garg

Results 37 comments of Akshit Garg

Hey! Thanks for reporting this bug. ![image](https://user-images.githubusercontent.com/15605299/101332034-c53a8d80-389a-11eb-8864-279c63b1b2b5.png) I got the logs, and I will try to fix the issue soon.

> hello, > is the api open sourced? > we are a blind users community trying to build a local source of our national library. > thanks. The API is...

Maybe you could use [package:ffigen](https://pub.dev/packages/ffigen) to generate `dart:ffi` bindings from the C header files

What version of d3 did you pin? I am having issues with v6.1.1 (which is v6)

Another way to get it running with proper readline, ASCII art is to use `werl.exe` as the ESCRIPT_EMULATOR. werl is shipped as a part of erlang on windows. You could...

I made a Chip-8 interpreter that has a built in machine state inspector and debugger. Repo: https://github.com/gargakshit/chip-8 ![Screenshot of the chip-8 interpreter](https://user-images.githubusercontent.com/15605299/137590724-816be48e-538b-491c-b527-f1490df2c852.png)