Semisol

Results 160 comments of Semisol

> Again I concur. Is there a PR for something? If not we should open one. I know that chorus filters out things you are not allowed to see and...

The schema is the least concern, imo. It is more the relay and client's handling of AUTH: when to send AUTH, when to reply, what to do without, so on.

I also suggest that the Future APIs should be reworked so that `MustGet` or `Get` close the future. These already have inbuilt routines to synchronize the access. (the previous version...

@gm42 After looking around the code, I think the following would be best: - For parity, all futures' `Get` (except internal ones) are updated to cache return values. - Each...

I have done some of my own changes here, with some opiniation: https://github.com/semisol/foundationdb I'll look into the changes here and get back with feedback soon. (I have removed contexts from...

> I checked your branch; aside from undoing cancellation and context I think it introduces transaction leaks (with no finalizer and no closer, the transaction will not be closed). I...

I'm currently trying to implement 3PH for the Go implementation of Cap'n Proto. I'm not fully understanding how a race condition where the `Disembargo` arrives before the `Accept`. Would the...

> If it is a problem, it would be for the Nostr protocol and all events; if events can disappear from all relays then Nostr isn't a censorship-resistant network! "Censorship...

There is a workaround that I made that overwrites unsets the local config for video and audio muted (only if the prejoin page is disabled). Add this to your config.js:...

> > There is a workaround that I made that overwrites unsets the local config for video and audio muted (only if the prejoin page is disabled). > > Edit...