Eric Winer
Eric Winer
As a workaround, you can kind of trick Macwire to do this by making a factory then using it just once: ``` scala lazy val sA = { def make(config:...
I believe you're hitting this issue: https://mypy.readthedocs.io/en/latest/runtime_troubles.html#using-classes-that-are-generic-in-stubs-but-not-at-runtime. The solution suggested on that doc page worked for me.
I was on the latest, v1.0.0-beta.8. I'll let you know how it goes if I try beta-7.
I'm sorry, I don't fully understand your proposal yet or the benefits of it. Is this correct? 1. The transaction author picks two numbers: one between `currentBlockHeight` and `currentBlockHeight-99`, and...
Seems like it's trying to run the code as a bash script! Does running `./node_modules/.bin/iced index.iced` work? Your version of node is fine, same one I'm using at the moment.
Hmm... unfortunately that error is coming from the code in https://github.com/bencevans/node-sonos, but I'm not sure what's causing the problem and nothing similar is reported in that project. What OS are...
In your `config.json`, can you try taking out the comments (the parts beginning with `//`)?
Reference equality for arrays is a pretty well-known behavior of Javascript. That is, ```javascript > [1, 2] == [1, 2]; false > const foo = [1, 2]; > foo ==...
> The relayers would have to operate a faucet which would top up people who want to use the relayer with tiny amounts of NEAR if they want to sign...