kumavis

Results 162 comments of kumavis

just encountered this - would be nice to be able to use an iterator i created a generator to iterate over more elements than could sanely be put into memory...

just checked, seems lodash.map does not handle iterators correctly https://github.com/lodash/lodash/issues/3780

ok I realize that iterator support may be out of scope of just "collections" support, sorry to piggy back on this issue. For future github travelers, I solved it this...

I just moved to seattle ( whee! )

`eth_accounts` and `eth_coinbase` are covered in vapor. Correct behavior of the `coinbase` op code for the vapor backing server is not clear yet. I would imagine we'd tell the vm...

> Correct behavior of the coinbase op code for the vapor backing server is not clear yet. I don't mean in general. Like what do dapp builders expect the opcode...

@wanderer hmmm weird. Maybe offer a PRNG opcode that is derived from the coinbase? weird. kinda sticky situation.

"vapor requires all dapp assets to exist in a single html file" is of course a vapor bug -- but I anticipate putting this off for awhile to see how...

I've used this before to inline external assets into a single html file https://github.com/substack/html-inline

e.g. in OSX terminal, unicode chars are rendered double width but only take up a single width ``` js var output = BaseEmoji.toUnicode(buf) output = chunk(output, 2).join(' ') function chunk(array,...