Joseph Heck

Results 112 comments of Joseph Heck

Conceptually, sounds great. While we added basic Embed support in 0.1.0, it was far from obvious for me as to how to use it to represent styled/attributed text strings and...

hey @fivestones - it's definitely possible, but we haven't (as you can likely see) made any coding progress on this project in a few months. It's doable, but we're light...

Hi @dileping Our existing issues that we intended to track updates are no long out of date and shouldn't be considered accurate in any reasonable way. @Horusiath did just add...

@mwildehahn https://discord.gg/T3nqMT6qbM should do the trick (from the README on the Yjs github repo: https://github.com/yjs/yjs)

Learned from @pvh that this may be expected. He suggested adding relevant tests in relevant test: https://github.com/automerge/automerge-repo/blob/6ef25d8f300133bfefc71b44369cc222bcb43f0c/packages/automerge-repo/test/Repo.test.ts#L207 if it’s kicking out an Unavailable message before checking storage to see if...

re: storage being passive - I was thinking of trying to shim in something (when I'm further along on the implementation) to allow the storage to not be passive. In...

If you want to lift the logic, there's an implementation of the "partial incremental changes"/"compacted changes" in parallel in the [DocumentStorage class](https://github.com/automerge/automerge-repo-swift/blob/main/Sources/AutomergeRepo/Storage/DocumentStorage.swift) of the repo - Following the JS impl,...

I may be just pre-coffee, but I'm missing what the illustration here. There `repo.documentIds()` which returns a list of your local repo's known document IDs, and from that you can...

Ahhh, now I've got it. The gist is to disallow the idea that repo.create(id,...) as replacing the existing id - that's probably good. But I think there may be a...

There's been some focus and conversation in the Automerge community at large about tracking "forks" of documents, so I'm inquiring about this as it might play out for the JS...