g. nicholas d'andrea

Results 145 comments of g. nicholas d'andrea

Hi @bensonwong Thanks for opening this issue! I will look into reproducing the issue with the Dash shell. I think the fix will just be remove the `

I wonder if there's a way we can use the `solc` container instead of adding `solc` directly to the truffle container

Ah, yes, that thing that I've been warned against before... "don't try to run docker inside docker"

`testrpc` doesn't actually get routed through nginx... the CORS-header stripping is actually a bug with `parity-testnet`... your solution exposes the port for testrpc if you want to interact with it...

How do you feel about exposing testrpc via nginx @chatch? Something like `testrpc.ethereum` could go in /etc/hosts... Although CORS probably still needs to get sorted out

Do you use `docker-machine`? I'm using Docker for Mac, so that doesn't give me a separate IP at all. Which is why I have to use nginx in the first...

Ah I was just thinking about this problem. I'll look into a fix. (Ideas welcome)

This could also potentially be solved via helpers in the `truffle` wrapper bin, perhaps.

This ought to be an EIP itself. So much would have to change to support this, and it seems very risky for Vyper to adopt this without larger community buy-in.

> Would you be interested in helping us to draft and shepherd through the EIP process? Sure, absolutely! Also happy to reach out to Solidity folks. Would be nice if...