Eduardo Nuzzi

Results 7 comments of Eduardo Nuzzi

> IMHO this should be a constructor argument to `Server`. Then you could simply create a new instance with a different network. That would be a great solution in my...

I'm having a similar error. But, in my case, the null check operator seems to be crashing at line 142 of the `platform_channel` file (`flutter/lib/services/platform_channel.dart`).

Hi @IvRRimum, I managed to reproduce your issue. Indeed, it seems that the seed parsing is behaving weirdly. I will look into it and i will let you know once...

I am having the same issue here. Also, i don't think it is React Native related, cuz i am using regular React. Wondering if it has something to do with...

I created a repo with a simplified version of my issue: [https://github.com/edunuzzi/recycle-snippet](url) By some reason, recycle can't seem to select '#login-input'

Oh, that actually solved my problem! That was subtle! Thanks a lot 👍 @domagojk

@italonascimento Have you figured it out yet?