bu5hm4nn

Results 83 comments of bu5hm4nn

Regarding the spec and passing the pubkey as param[0]: Since that parameter is not adding any new information to the handshake it is unnecessary and strictly speaking should be removed...

Just noticed we don't have a Zap button on the profile yet, dearly need that one (I'm trying to zap a bot that has no notes)

So in trying to condense all the opinions above, how about doing petname > name > display_name > npub? ```rust pub fn person_name(person: &Person) -> String { if let Some(petname)...

I think it's a great idea and good use of the extra space available on desktop. There will be a whole bunch of edge cases since we currently only ever...

We've been using this patch for a few weeks now in https://github.com/mikedilger/gossip/. We did have to add another patch, to fix the case where the cursor is initialized to non-interactive...

Since this bug in `ui.horizontal_wrapped()` persists in the latest release, I have updated this branch by cherry picking the fixes ontop of a fresh checkout from master. Therefore the force...

Our minimum App size is 800 x 600. But that gets scaled up if you have display scaling on (for example if you have 150% or 200% set in Windows...

@bitcoinNottingham were you able to resolve this with the information I provided?

While the NIP originaly says "This NIP does not promote or standardize the use of any specific tag for any purpose." I would highly suggest that we do standardize the...

I think it's quite simple: the ephemeral event should exist as long as the emitter of the event is connected to the relay. I was just testing NIP-46 connections and...