Franz Heinzmann

Results 73 comments of Franz Heinzmann

Closing this. Needs more thought and is not on the immediate agenda.

For the brainstorming use-case being able to comment and/or +1 on paragraphs would be really handy. Also being able to visually expand / collapse sections (similar, but more simple, than...

I recently learned about the [`DeserializeSeed` trait](https://docs.rs/serde/latest/serde/de/trait.DeserializeSeed.html). Maybe this could be used to collect links while deserializing?

Ah right, that should be possible too. When working with many small blocks, the current API allows to collect all links into a single container (without allocating a links container...

I agree fully to this. Having corestores as the only dep for higher-level data structures is the way to go for now.

I coded something up recently: https://github.com/jimpick/hyperdrive/pull/1 The PR adds an option to hyperdrive to write the stat after each flush. It allowed me to view a video on a peer...

I was thinking about this too lately and quite like your proposal. One point might need some more thought: If implemented at the hyperdb level (which opens many doors, so...

I actually think that we should adhere to the layered nature of the hyper* tools, which would mean that it does not make sense to state that a hypercore is...

Feel free to merge this and my other PR :) I am not working on these further for the time being.

rebased this onto `main` to not be held up by #2258