scx1332

Results 7 comments of scx1332

I've found that you can hack your key using encrypt and decrypt which returns Vec: let raw_key = secret.to_crypto(password, 1).unwrap().decrypt(password).unwrap(); Still that solution that I posted is more elegant.

Fixed annoying error in these tests due to improper implementation of test check loops

There is still isue in tests that @prekucki is working to resolve TypeError: Cannot set properties of undefined (setting 'bunHmrSourceMapId')

The fix is ready for review, should pass tests right now

So there was the test was detecting the issue and it was intentionally "fixed" no to expose the issue :).