Oli

Results 68 issues of Oli

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

I'm using jasmine-node to test a REST API. My problem is that when a request errors out or something unexpected happens, I always get Javascript TypeErrors because I'm testing properties...

Anyone managed to get this preset to work with https://babeljs.io/docs/plugins/transform-object-rest-spread/? Seems it works fine for spread but doesn't work for rest. I'm guessing I need to install an additional preset....

bug

Would be nice if there was a standardised move or rename method. Most backends support that natively and those that don't support it through a bit more of manual work...

enhancement

Hi. I will try to implement Armory's key derivation algorithm for Bitcore (Javascript). Is there any existing Javascript implementation? Where is the algorithm located and is there a higher level...

It would be nice if it was possible for users to get the "master" public key and chain code from their wallet in the form `PUBLIC KEY + CHAIN CODE`...

Would be useful if babel-tape-runner would by default listen and report `unhandledRejection` errors. https://nodejs.org/api/process.html#process_event_unhandledrejection

After switching to an alpine based image in docker, I'm getting this error: ``` Error: Command failed: gm identify: Unable to open file (/app/gmiv8vvd) [Invalidargument]. gm identify: Request did not...

Getting this error on Node 12.8.1 macos: ``` Assertion failed: (status == napi_ok), function fromBigInt, file ../src/bigint-buffer.c, line 132. ```