jimtendo
jimtendo
Hi, also run into this. Unfortunately, antlr4ts is a dependency of another package I'm using. Has anyone found a workaround to this?
> Hi, also run into this. Unfortunately, antlr4ts is a dependency of another package I'm using. > > Has anyone found a workaround to this? I have not found a...
Just an update in case anyone else is looking for some form of workaround: The short of it is, I didn't find a good approach for this. I'm tied to...
I played around with `rollup` for this quite a bit yesterday. In short, I don't think it'd work due to the circular dependency issues (your bundles would likely fail at...
Install the requirements from the Facebook Package: ``` # If you do not do this, you will get runtime errors about the LLaMATokenizer not being registered. git clone https://github.com/facebookresearch/llama pip...
@bitjson probably ready for another look now. Note the long list of ignored linter rules and which ones we should try to fix up. Original algo is taken from https://github.com/browserify/pbkdf2/blob/master/lib/sync-browser.js
I think this is finally ready for review (sorry about how long this took!) A few notes: 1. It was hard to find suitable vectors - those referenced in BIP39...
> I never quite understood the need for a special `Uint8Array` datatype when it will be marginally more efficient at best, and further reduce portability over hex. This is in...
@bitjson would you be open to a tree-traversing function to go along with this also? There are some middleware use-cases where this would be useful. To give an example, if...
> If I'm understanding correctly, you're looking for a `decodeExtendedJson` equivalent that accepts an object rather than a string Yep, exactly! >I'd suggest choosing a similar name with a clarifying...