Varun Ramesh

Results 36 issues of Varun Ramesh

Theoretically It should be possible to run notebooks from the Internet Archive, but this seems to have issues. At the very least, we should ensure that cells display properly. One...

Right now, we only support languages where the compiler/interpreter itself can run in WASM. For many languages, this will never be well supported (even if it's possible to hack it...

![image](https://github.com/rameshvarun/blog-cells/assets/889879/8fccc3c3-c2fd-4014-a094-7561788bde53) Currently there are no stack traces. Possibly use https://github.com/stacktracejs/stacktrace.js/ to parse errors and format them so that they make sense to user.

We don't need to import font-awesome for just a few icons.

The first step is to simply support type annotations that are unchecked (should be pretty easy with Babel). The next step (more complex) is to actually typecheck. It should be...

It should be possible to load this from NPM and use the decoders in another application.

When a region is selected, show it's size somewhere in bytes or bits. From Wireshark: ![image](https://github.com/rameshvarun/binary-inspector/assets/889879/2ee1ba49-a936-4ea1-bf0c-a8cac3a4a51b)

Currently, it is always the case that the inspector `Tree` is decoded exactly from the user-provided data buffer. This doesn't work for all formats, particularly those that encapsulate their data...