Dan Connolly
Dan Connolly
This API is awkward: https://github.com/tgrospic/rnode-client-js/blob/e4d97ee436a9a35ed2fe7b6c3307d03e4e2e9612/src/web/rnode-actions.js#L90 fortunately, the log is handled with ocap discipline (i.e. as an effect) so I was able to interpose a log object that does what I...
As we have discussed, this should be handled as an effect, aka an explicit rather than ambient authority, much like `fetch` in #6: https://github.com/tgrospic/rnode-client-js/blob/e4d97ee436a9a35ed2fe7b6c3307d03e4e2e9612/src/eth/eth-wrapper.js#L7 for reference: [OCap Discipline](https://github.com/dckc/awesome-ocap/wiki/OCap-Discipline)
I'd like to have my browser fill in my bank password from a sandpass database. Perhaps there's some way to use existing keepass tools that's supposed to be obvious, but...
a la the [tinytinyrss app](https://apps.sandstorm.io/app/zj20q6pwy456cmq0k57n1mtqqtky664dfqnhsmf3t36khch5geph) Here's hoping I find time to help.
Interesting work! I suggest adding topics for discoverability; in particular, [capabilities](https://github.com/topics/capabilities).
## Describe the bug @kriskowal and I were experimenting with `tcp-netstring.js` and such and the daemon hung occasionally. ## Steps to reproduce I'm not sure exactly. One hypothesis from @kriskowal...
## Describe the bug compare jsdoc in the code: https://github.com/endojs/endo/blob/39b85998b41fc2e7adfa3f72a7d03c110cb1a9f0/packages/pass-style/src/make-far.js#L166-L178 with IDE experience:  The latter is missing the prose from the former. ## Steps to reproduce...
## Describe the bug https://endojs.github.io/endo/modules/ses.html is missing all the prose from https://github.com/endojs/endo/blob/master/packages/ses/src/error/types.js It's all clobbered by https://github.com/endojs/endo/blob/master/packages/ses/types.d.ts ## Expected behavior When I hover over `assert` in my IDE, I should...
The censoring in the SES `assert` and `console` are an approximation of _exception sealing_. But we lack a reified exception unsealer that we can use for example, in our REPL....
I'd like to get your take on this approach with static type annotations. - pros: - provided essential clues for me to get my head around the code - it...