Daniel Meyer

Results 200 comments of Daniel Meyer

I could reproduce this by just making a circular import. @schmidsi do you know if circular imports can be used with solc?

I tried to solve the circular imports, but it's not as easy as i thought. Let's wait until [this](https://github.com/0mkara/etheratom/issues/201#issuecomment-435261204) is resolved and then we can switch to [resolver-engine](https://github.com/resolver-engine/resolver-engine) for the...

I looked into resolver-engine and it is not useable at the moment. A better approach is to use the remix-parser, when it got splitted out from the project. [Related issue](https://github.com/ethereum/remix/issues/1059)

Hi @nventuro Sorry but there is no timeline for that on this project. Than plan is to wait for `resolver-engine` and `remix-parser` to be useable and then switch to one...

@utkarshtopinkatti051 I am still interested in this. Can you make a PR with a failing test case to reproduce the problem?

No updates on this. I tried to reproduce the problem but couldnt. If you have the same problem please make a PR with a test case, otherwise I will not...

The socket should stop retrying the connection when there is no more active replication state. Please make a PR.

This is not intentional. If any information is missing in the thrown error, we can add it. Please make a PR.

It looks like you hit the 6-connection-per-origin limit that is hardcoded into the browsers. Please read this to learn about the workarounds: https://rxdb.info/replication-couchdb.html#limitations

There are two things that need a migration. One is when you change your schema. There you can use the migration strategy and increase the schema version. The other thing...