Dan Connolly

Results 172 issues of Dan Connolly

## What is the Problem Being Solved? Importing `sha256` from `@cosmjs/crypto` failed trying to import `node:crypto`. Attempts to work around that using a newer `@noble/hashes` ran into a limitation around...

enhancement

Docs say it returns ASCII: https://github.com/endojs/endo/blob/f84566506accf11ee11ba05404a5b161c25708d3/packages/base64/atob.js#L5 not so: ```js test('really ascii?', t => { const data = new Uint8Array([0x6e, 0xf1]); const encoded = encodeBase64(data); const actual = atob(encoded); const ascii...

The [walkdir crate](https://crates.io/crates/walkdir) is pretty popular: ~250k downloads/day; 126m all time. Is there a work-alike using [cap-std](https://github.com/bytecodealliance/cap-std)? cc @sunfishcode - is there a cap-std discussion forum suitable for this question?...

## Describe the bug When I hit `SES_IMPORT_REJECTED`, I expect to see the file and line number of the syntax error, but all I get is a stack trace of...

bug

## Describe the bug An ERTP withdraw of `{z}` from a purse with a balance of `{x, y, z}` failed. - https://github.com/Agoric/agoric-sdk/issues/10292 _I'm abbreviating `makeCopySet(...items)` using traditional `{...items}` set notation._...

bug

`api-osmosis-chain.imperator.co` seems to be down (DNS status NXDOMAIN) I noticed because I had trouble using staketax, so I tried it locally, and still had problems. I traced it to the...

https://github.com/kensanata/mastodon-archive is a typical python project. idea: teach aider about [DisciplinedPython](https://github.com/dckc/awesome-ocap/wiki/DisciplinedPython) and have it refactor the code. even crazier idea: interpret python ASTs using guile macros a la - https://github.com/cwebber/rockit/pull/4

@Bill-Keuntje @jimscarver @David405 IOU something more coherent, but... the following is what happened when I told some folks knoweldgeable about ocap and react "I tried to use react but I...

I wonder about using CapTP on [cloudflare workers](https://workers.cloudflare.com/). What for? I dunno... maybe to host a chat demo, to start. @michaelfig @kriskowal is this even worth thinking about? (should I...

I'm thinking about trying guix today. For all the hate systemd gets, one thing I like about it is socket activation; sockets are the closest thing unix has to ocaps....