Dan Connolly

Results 618 comments of Dan Connolly

follow-up: [22 Sep chat in #rust](https://botbot.me/mozilla/rust/2016-09-22/?msg=73405899&page=5)

What about putting the headless preview generator in its own app? Is that feasible, @kentonv ?

The linked commit is my use case: running not on nodejs but on xs, a js runtime designed for microcontrollers https://github.com/dckc/cosmic-swingset/commit/161f6add59c90cc5cb6af1032707573e953840cd

I'm still interested to have this PR merge, fwiw.

After trying this library without luck, I have switched to using a headless browser; I find [nightmare](http://www.nightmarejs.org/) works pretty well. It was certainly easy to install. My code to log...

Yes, I would appreciate it, since simple revamped their web site and I haven't updated my headless browsing code to match yet. ref [finquick/issues/4](https://bitbucket.org/DanC/finquick/issues/4/simple-fetch-fails-cannot-read-property)

I'm not sure what, if anything, changed, but https://github.com/contra/bank/blob/master/examples/sample.js works -- at least the logging in and getting transactions, which is all I need. (linked accounts also seems to work...

The examples in the [README](https://github.com/contra/bank/blob/master/README.md) are somewhat misleading; if executed as-is, they don't wait for `login()` to finish before running `transactions()` and the like.

_see https://github.com/Agoric/agoric-sdk/issues/3857 for follow-up_ the `agoric` cli diagnostic if you're using an older node version is not great devex: ``` $ agoric /home/connolly/projects/agoric/agoric-sdk/packages/agoric-cli/lib/entrypoint.js:6 import 'esm'; ^^^^^^ SyntaxError: Cannot use import...

11 Sep notes... ## Validator Hardware Requirements, Performance - [Validator Hardware Requirements · Agoric](https://github.com/Agoric/agoric-sdk/wiki/Validator-Hardware-Requirements) - [Validator Hardware Survey ](https://docs.google.com/spreadsheets/d/1poHsMCmGTcbWR8rY7p05R0Z-uOTR1n5JPUyc9IC4364/edit#gid=0) - [slogfile analysis](https://github.com/Agoric/agoric-sdk/issues/3660) - [perf task results](https://validateagoric.knack.com/agoric-dev#agteam-login/?view_16_page=1&view_16_filters=%7B%22match%22%3A%22and%22%2C%22rules%22%3A%5B%7B%22field%22%3A%22field_34%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%2260da7355f2b3f0001ed3936b%22%2C%22val_label%22%3A%22Metering%20%22%2C%22field_name%22%3A%22Event%22%7D%2C%7B%22match%22%3A%22and%22%2C%22field%22%3A%22field_7%22%2C%22operator%22%3A%22is%22%2C%22value%22%3A%2261242a2542e030001eec9fc5%22%2C%22val_label%22%3A%22Conduct%20performance%20analysis%22%2C%22field_name%22%3A%22Task%22%7D%5D%7D) ## kc-strip on devnet:...