You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using RPC call example, where result should be List, but it didn't work. After some research, I see it's actually known bug. By deleting .get(0) from file 335, I got it working, but that probably breaks other use cases. If such bugs are known, I think you should add note in readme about them, or at lease say "work in progress".
Thanks
The text was updated successfully, but these errors were encountered:
This seems bad in multiple ways, agreed. sorry to waste your time=( we actually do want to make it work too for this case .. needs some investigation/thinking ..
I tried using RPC call example, where result should be List, but it didn't work. After some research, I see it's actually known bug. By deleting
.get(0)
from file 335, I got it working, but that probably breaks other use cases. If such bugs are known, I think you should add note in readme about them, or at lease say "work in progress".Thanks
The text was updated successfully, but these errors were encountered: