jbb icon indicating copy to clipboard operation
jbb copied to clipboard

Javascript Binary Bundle - A binary format for packing data structures for the web

Results 4 jbb issues
Sort by recently updated
recently updated
newest added

This library looks absoultly perfect for what I'm trying to do. However I'm using it in an electron application. Is there any way to decode buffers sent over IPC directly...

In order to simplify decoding/parsing process even further, it might be a good idea to embed the decoding instructions in the bundle itself. It looks that even in the worst...

In the same way `Date` primitives are handled, `Regex` primitives should also be handled.

It might be a better idea to use GUIDs for the profiles instead of a pre-assigned 16-bit integer. The overhead is not big if you consider that it will appear...

enhancement