Omkara

Results 38 comments of Omkara

Ok now try ``` apm install ether atom cd path/to/project atom . ``` If you have already tried that then possibly this can not be resolved right away.

This looks something new and I have no idea why :man_facepalming:

Please use :+1: emoji if you too having this issue. Thanks!

After some work and re-thinking about the compilation issue I feel this issue should be resolved by redesigning the way Etheratom resolves imports now. Bellow is the current model of...

Hi @evgeniuz, I wanted to use `resolver-engine` because that aims to resolve all the imports from web or local itself. If `truffle-compile` suits the purpose then its fine to use...

I just have a conversation with @yann300 and we are going to separate `compiler-imports` from `remix-ide` to `remix`. So I think we should use this module to do the task....

https://github.com/ethereum/remix/tree/remix-resolve/remix-resolve in this branch I tried to gather all existing code related to resolving imports. And https://github.com/ethereum/remix/issues/1059 here is the issue where we are talking about this module. For now...

@evgeniuz can you take a look at https://github.com/ethereum/remix/tree/remix-resolve/remix-resolve branch and try resolving this issue with that library ? Let me know if you have any implementation suggestions.

@evgeniuz yeah you are right. There are many problems with resolving imports. As `remix-ide` has its own **files provider**, we will not be able to implement `remix-resolve` as common module....

@evgeniuz we should wait till `remix-resolve` is published. There are some big changes going to be implemented in remix libraries. We should wait till these changes are published. We will...