Zulhilmi Zainudin

Results 27 issues of Zulhilmi Zainudin

After I install fog gem and run `rake s3_direct_upload:clean_remote_uploads` command, I get this: ![screen shot 2016-04-03 at 3 47 45 am](https://cloud.githubusercontent.com/assets/3416976/14228661/8212323c-f94e-11e5-9b79-7b83fc50ac03.png) And when I check my S3 bucket, they are...

Hi, According to [this line](https://github.com/trufflesuite/truffle-compile/blob/develop/index.js#L123), seems like it's possible to silent all the warning when compiling the contracts. But, it didn't worked for me. I have tried many ways: ```...

I'm trying to import the `drainer` package into my Go project. But, I got errors. Did I miss something? ``` go get github.com/VirtusLab/kubedrainer/pkg/drainer go: downloading github.com/VirtusLab/kubedrainer v0.0.9 go: found github.com/VirtusLab/kubedrainer/pkg/drainer...

Just a question — any plan for put this in Docker Compose? That will help others spin this faucet faster for their own usage i.e. development.

Hi, I am following [your tutorial](https://maksimivanov.com/posts/ethereum-react-dapp-tutorial-part-2/) to create a simple Dapp using React. So far everything looks fine except when I tried it on my another browser that doesn't has...

Hi, I'm getting this error when trying to run the `pip` command. ``` /tmp/Insta-post (master ✔) ᐅ pip install -U https://github.com/jacexh/pyautoit/archive/master.zip DEPRECATION: Python 2.7 will reach the end of its...

``` $ go get github.com/DaveAppleton/ether_go/ethKeys # github.com/DaveAppleton/ether_go/ethKeys ../github.com/DaveAppleton/ether_go/ethKeys/ethKeys.go:87:54: params.TestnetChainConfig.ChainId undefined (type *params.ChainConfig has no field or method ChainId, but does have ChainID) ```