Eric Tang
Eric Tang
Hi, I see there is a PyMC example using the .deterministic annotation. Is there an easy way to do this for PyMC3? I tried this but it's incorrect. lambda1 =...
We currently use concurrent sessions to limit the amount of resources used on a GPU, to make sure we don't overwhelm the GPU. This is a coarse approximation - and...
Right now there is no way to close the RTMP server manually. The Golang http package is an example to follow here - https://golang.org/pkg/net/http/#Server.Close @nareix I'm happy to make a...
Hi @MrChico - this is a cool project! I'm wondering, what's the difference between using IPFS CID vs. a MerkleTree for representing the large amount of data?
Auction house should allow swapping of assets (for example, exchanging crypto kitties for with certain properties) Inspired by https://twitter.com/Iiterature/status/951887286215626755
Make sure funds get reimbursed if someone gets a bid in between I press the button and the transaction goes through (it can be quite a while). Make sure UI...
There seems to be 2 upgrade strategies out there (details listed out [here](https://github.com/ConsenSys/smart-contract-best-practices#upgrading-broken-contracts)) 1. Use a registry contract to point to the current contract 2. Use delegation Truffle seems to...
Add a circuit breaker feature, so we can pause the contract in case of an emergency.
It's a little shitty... there is no "delete", so as you are developing, things quickly get out of control.