Results 26 comments of fsteff

Not sure how something like this could work. Multiple writers of a hyperdb are still distinct hypercore feeds and thus not visible to others unless added by the "owner" of...

Should not do this on the phone, damn ui😅 Also, probably this is not fritter specific, but WebDB...

Technically a profile is not a website, it's just a bunch of json files. Everyone that downloads these files becomes a peer that others can get the data from. Also,...

~~Could this be related to https://github.com/eclipse-zenoh/zenoh/pull/816?~~

I can confirm that a short sleep resolves the issue, also in more complex test cases. Actually even `time.sleep(.000000001)` is enough. Sounds like some sort of concurrency problem (OS context...

Looks like this won't be a problem in most cases. But it breaks most of our unit tests...

@OlivierHecart I suspected as much. Already fixed most unit tests and upgraded our stack :) It was convenient that this "just worked" - is there a good way to verify...

A possibly huge problem here is spam. If an app does load parts of the received feeds, this easily turns out as a DoS attack, especially for services like hashbase...

Hm, seems there is still a problem, this version does not work for me. Looks like the `\\n` thing caused fields to be initialized with empty strings (or something like...

I've started an attempt to fix this with https://github.com/fsteff/anewjkuapp/commit/e5a2b4c700f1841e2d741df465da3eaabbc980a9, but loading exams somehow does not result in any exams being displayed.