Spencer T Brody

Results 93 comments of Spencer T Brody

Note, I changed the PR title since that's what becomes the git commit message, we don't want references to linear tickets in commit messages since linear isn't public but the...

What's the expected role of this docusaurus site compared to our main `developers.ceramic.network` docs site and our autogenerated API docs?

> > What's the expected role of this docusaurus site compared to our main developers.ceramic.network docs site and our autogenerated API docs? > > Over time the goal is that:...

Cool, thanks for answering my questions everyone. I'm happy for this to be merged, but I know nothing about docusaurus (or, frankly, web development at all) so can't contribute to...

Thanks for the report. There does indeed seem to be a bug in the HTTP client. We'll try to get a fix together for that ASAP

Yeah, ceramic commits are limited to 256kb. 4MB is very large for JSON text - why do you have such a large schema?

I see, thanks for the information. I've filed a feature request to support larger documents in Ceramic, but there's a few different things that would have to change to make...

> Does the commit size constrain the size of the schema? Yes, it does. Schemas are stored as documents in Ceramic same as any other data.

> IPFS says the block size limit is 1MB, but obviously a file can be written to more than 1 block. Must Ceramic commits exists in a single block or...

@fhirfly, could you take your large FHIR schema and break it up into multiple smaller schemas for different parts of the overall data?