bu5hm4nn

Results 84 comments of bu5hm4nn

So on A1, I am already doing what @mikedilger suggested which is to parse through the `RelayUrl` class. So I guess we could make that class stricter on how it...

I do think it would be good to connect to user-added relays immediately. - to confirm it works - subscribing with our follow list to see if it has content...

@mikedilger Item "L3" from the list would require tracking the relay's add date in the db. Should we plan to support that at some point?

> @bu5hm4nn on unstable [[4944be5](https://github.com/mikedilger/gossip/commit/4944be51299ef90598efc1679088c761444b5b16)] I see a cloned input search: > > > Typing one field fill both. > > Added **M3** to the list. I think that bug...

Maybe we can offer the option to re-fetch a person-feed as a manual action? Something like "search for more content" on the person feed? Then the user can specify a...

Improved with 1db04433fe7d0cafc2f8a0ce7c12267e43176756 but still lots of room for improvement

Could calculating a WoT score achieve a similar goal? Once we have other peoples contact lists, then we can calculate these relationships for every profile we encounter (periodically of course...

https://github.com/emilk/egui/issues/1857 https://github.com/emilk/egui/discussions/1521 TL;DR it's possible but we need to write some code to cycle through the frames and render them at the right time. I would guess maybe 2-3 days...

@zdimension Thanks for the heads up. @mikedilger I just read the code for this, it only works with egui's image loaders. We could either switch to those (I know you...