Dan Finlay

Results 91 issues of Dan Finlay

The code coverage for this repository is still set up for when it was under my user account, and Circle won't react until this organization adds it. You could add...

Instead of to owner. Per https://github.com/MetaMask/metamask-plugin/issues/1427

Currently if you mint with minty, the `mint` function is unrestricted, allowing anyone to mint in your collection/series. Maybe there could be an option that allows making restricted collections? Mixing...

Prevents strangers from using the deployed contract to publish their own NFTs. Most NFT platforms today treat a contract as a publisher/collection, and so by leaving a contract unrestricted, you...

The AmazonMWSClient function is made available through the `Client` key of the mws module, I simply reflected that in the README. Solves the problem people are having in #2

I'm using your super simple example to start, but I'm getting: ``` ReferenceError: AmazonMwsClient is not defined ``` Any tips on getting around this? I've never tried to construct a...

Current version only supports arrays of structs.

Tested on 0.10.0 and updated package.json, to allow npm installation on more recent node versions. I'd remove the maximum version limit until a version comes out that breaks it, personally,...

I tried installing fresh with both node 0.8.8 and node 0.10.0, and they both install-failing errors: `````` node-gyp rebuild /bin/sh: pkg-config: command not found gyp: Call to 'pkg-config --cflags libsparsehash'...