Sergey Ukustov

Results 45 comments of Sergey Ukustov

That's really nice. Going to try it out. I am thinking if the weierstrass package could be released and maintained as a standalone one, not part of Ceramic codebase. What...

The underlying issue is that we treat a snapshot as a fully formed stream instance. Maybe instead we could internally handle requests with streamIDs and commitIDs separately: if commitId is...

Ugh, I am convinced this is all right.

@stbrody Might I ask you to push something here to re-trigger the checks, please? They should be green: https://github.com/ceramicnetwork/js-ceramic/actions/runs/3298887592

Thank you for the report. Will handle that as soon as possible. Directly relying on native fetch is not an option right now, unfortunately: Node.js v16 LTS does not have...

Thinking out loud. We can not remove cross-fetch, because we do not have Fetch API available in Node16. Yet, XMLHttpRequest is a real bummer. I tried to replace cross-fetch with...

Hey, it is covered by https://github.com/ceramicnetwork/js-ceramic/pull/201

https://github.com/ceramicnetwork/js-ceramic/pull/201/files#diff-0ed5e9e4758e3bdada4f48a1334937e1R294

@v-stickykeys @smrz2001 Any opinion on what to do about the PR?