bitcoinjs / tiny-secp256k1

A tiny secp256k1 native/JS wrapper
MIT License
92 stars 55 forks source link

Npm missing description #24

Closed dcousens closed 6 years ago

miketwenty1 commented 6 years ago

I'm very confused about this NPM package. Why does it fail to show up on runkit? is it possible along with no description there is something odd/off about this npm package? https://npm.runkit.com/tiny-secp256k1 Runkit seems to have everything else except this npm package.

Edit: https://npm.runkit.com/secp256k1 The "tiny" version used in Bitcoinjs doesn't work but the original one seems to be fine with Runkit.

dcousens commented 6 years ago

@miketwenty1 if this is your problem, I guess we'll find out. See #25

miketwenty1 commented 6 years ago

Unfortunately that didn't seem to solve what ever hangup Runkit is having with this package... I have no idea.. it's just frustrating to demo Bitcoinjs this way and having to go back to v3.x.x

dcousens commented 6 years ago

@miketwenty1 what exactly is the error you get?

miketwenty1 commented 6 years ago

I'm not getting an error. Runkit is failing to find the package for some reason. I'm just confused about it. screen shot 2018-09-15 at 3 57 21 am

dcousens commented 6 years ago

Report it as missing then? Why is that a problem with this package?

miketwenty1 commented 6 years ago

To be Honest I'm not sure if there is a problem with this package or not. I've reported it missing here and there for the last couple weeks.. nothing has come of it.

I just found it weird as npm's main page practically now has runkit built into it, (You would think it would be reliable). Hence my original confusion about this.. and even more confusion.. the parent "bigger" package is easily found by runkit. Feel free to close this, I was just here to watch a miracle happen if you added a description.

dcousens commented 6 years ago

@miketwenty1 the description hasn't been added yet, wait for the PR to be merged + released

dcousens commented 6 years ago

@miketwenty1 check in a few minutes, I'll be happy for you if it fixed :+1:

miketwenty1 commented 6 years ago

didn't seem to fix anything :( Posted here: https://discuss.runkit.com/t/whoops-should-we-have-tiny-secp256k1-yes-please/1133

Hopefully they can figure it out.