Results 8 comments of Jacob Sharf

This is affecting me too! Especially now that it's January, I only have access to stats on the last ~15-20 commits of my project.

I was able to work around this by discarding the disconnected object and creating a new websocket. _webSocket = new WebSocket(_url); Just make sure that before you do that, you...

This still isn't working for me. I get the same error as this: > > > > Doesn't look like it. I'm getting the same error: > > ``` >...

Copying over my comment from the associated issue: Thanks @arithmetric! I just got this setup and it was very simple, worked very easily! When I ran fetch, the initial transactions...

Thanks @arithmetric! I just got this setup and it was very simple, worked very easily! When I ran fetch, the initial transactions failed due to timeout. But after I re-ran...

@kevinschaich this change is pretty minor. I'm relatively new here so if you have any feedback please let me know. This is directly in response to #162, which affected me...

Actually, I've been wondering about this for a while as well, so I decided to do some research since I'd like to use this repo to setup my own finances,...