Dan Connolly
Dan Connolly
suggestions for #1933 I think the pass-style stuff is complete. The patterns stuff is just a start. The marshal stuff is probably superfluous.
I was looking at some code carefully, in particular a call using "named arguments": ```js addBidCommand(interCmd, { tui, makeRpcClient, agd }); ``` Is this allowed in Jessie? Could/should it be?...
terminal session ``` $ python --version Python 3.10.12 $ uname -a Linux bldbox 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux $ pip install oh-my-stars...
I started a fresh docker container, cloned this project, and ran the `nijs-build pkgs.js -A hello` example, and blammo: ``` $ docker run -ti node bash root@13faaf1261d9:/# npm install -f...
The idea is the client declares a strict with deriving Encodeable; then query results come back as an iterator over that type. Likewise, bind variables for a statement can be...
@erights noted this recently; have I read it? From a quick skim, no, I don't think I have. [Roland Wismüller](https://www.jot.fm/contents.php?query=Wism%C3%BCller), [Damian Ludwig](https://www.jot.fm/contents.php?query=Ludwig), [Felix Breitweiser](https://www.jot.fm/contents.php?query=Breitweiser), [Extending the Object-Capability Model with Fine-Grained...
I tried trust wallet. A colleague tried metamask. I wonder if this we're using the current API or whatever. https://github.com/tgrospic/rnode-client-js/blob/e4d97ee436a9a35ed2fe7b6c3307d03e4e2e9612/src/eth/eth-wrapper.js#L1
One of the hazards Agoric left out of [Jessie](https://github.com/Agoric/Jessie) is automatic semicolon insertion. I'd appreciate it if we could avoid that hazard in this repo; my editors make lots of...
I found that the static web page makes a great starting for RChain dApps, but the back-end-related dependencies are sort of a pain. @tgrospic agreed: > I want to isolate...
The `newKeyPair` method uses it.