Eric

Results 20 comments of Eric

Updated tutorial 3 (streaming tutorial) to remove `readLp/writeLp` in combo with `atEof`, and instead using `write`, `readOnce`, and `atEof`.

> I think 90% of users will use the Lp variants, but since we already show it in tutorial 2, it may make sense to show the non-Lp here But...

Should've updated this sooner, added a fourth tutorial as per above comment.

I'm having the same issue. An easy way to reproduce is as follows: WORKING ``` const lotion = require('lotion'); const path = require('path'); const { inspect } = require('util'); const...

We use an IPC path that is shared with an external application ([Embark](https://github.com/embark-framework/embark)). When Embark spins up a geth node, we pass in the path to the IPC socket, ie...

Thanks so much @ggarri, the workaround will work great for now! Looking forward to seeing this feature developed in.

Agree with @envatic, using an array panics, though wasn't necessarily in the case of an upgradable contract. Panic exception is: > Error: VM Exception while processing transaction: reverted with panic...

Wow that's definitely an interesting workaround, great find @Menduist! @michaelsbradleyjr and I came up with a workaround for `?` that works with chronos. The first `?` template handles `async` cases...

Possible solution in https://github.com/status-im/nim-stew/pull/134. https://github.com/status-im/nim-chronos/pull/297 as well.

Any update on this? I'm experiencing the same issues with the same settings. It's quite annoying to have to reboot after every wake, as I can't get wifi back without...