Gaith Hallak
Gaith Hallak
@smarttty When you got a broken JEPG, were you using an image with transparent background? If not, can you post a link to the image that you used? @LovelyBuggies The...
@Phrohdoh, if `1` means passable and `0` means impassible, the second test is failing because you're starting from an impassible tile `(1, 0)`. The test passed when I changed the...
The compiler should search for paths relative to the file that has the `include` at first, and then relative to the path of the main contract. That's how the erlang...
@hanssv Do you think that the following contract should compile? Should `init` only be required only when `clone` is called on the contract interface or should it be required for...
First, this has nothing to do with includes. You can put the namespaces in the same file and it will still not work. The error is produced because a namespace...