Daniel D’Aquino
Daniel D’Aquino
> See #1982 This is great info! Thanks @alltheseas for linking this, this gives me some ideas on how to repro and fix this.
PR https://github.com/damus-io/damus/pull/2310 was merged. Closing this ticket
> Private relay + auth I wonder if there are any out of the box solutions out there for this? I would advise against a custom solution/setup at this point,...
> How about a invite only write permission relay (i.e. like nostr.wine, except gate opens with proof of purple purchase)? Read side can be either public, or private. I like...
@jb55, after analyzing and testing the nostrdb branch, I am not sure I fully understand what the issue is here. 1. I can't reproduce the problem on iOS, notes seem...
Made a very WIP draft (that does not fully work) for one of the possible solutions: https://github.com/damus-io/damus/pull/2963.
Solved some issues related to memory leaks, large CPU usage, and notes getting stuck while rendering. Some notes are still getting stuck at rendering after scrolling down for a minute....
@jb55, switched over to the subscription callback model and now it works very well! In brief, this is how I achieved that: 1. I have an object that maps subscription...
Came back to this, and did some refactoring to better separate the "dangerous" C/Swift interface logic (Dealing with unsafe pointers) from the rest of the logic. I am still running...
> do you have a branch for this? I want to help debug I currently have the WIP at https://github.com/damus-io/damus/pull/2963/commits > i tried to rebase this yesterday but was a...