Spencer T Brody

Results 93 comments of Spencer T Brody

this looks directionally reasonable to me, though I'm not super familiar with the AWS APIs. Adding @v-stickykeys and @smrz2001 to take a look

Hi, just wondering if there's any update on this? It seems like it should be possible to encode these types of updates more efficiently, for example with a new "insert"...

it's working for me. Can you try again? Also check your network connectivity? You should be able to run `curl https://cas-clay.3boxlabs.com/api/v0/service-info/supported_chains` in a terminal from the same machine running your...

Closing in favor of https://github.com/ceramicnetwork/js-ceramic/pull/2523

what versions of Node and NPM are you using @carlomigueldy?

@lyd0 this does indeed look like a bug. Thanks for bringing it to our attention! We'll triage it at our next triage meeting in a week or so

Not yet ready for review, needs cleanups to the tests that depend on https://github.com/ceramicnetwork/js-ceramic/pull/2358

> Do we have a follow up ticket to update our docs? Filed https://linear.app/3boxlabs/issue/CDB-1947/update-docs-around-running-with-network=mainnet. I'm not even sure how much the `--network=elp` thing was documented to begin with, but I'll...

Shouldn't dates get converted into number types, or ideally to native date objects in the underlying db, so that range queries can work effectively?

I guess the problem is that JSON doesn't have a native encoding for dates. Sigh, this was one of the reasons that MongoDB's BSON added extra types beyond the base...