Michael Dilger

Results 374 comments of Michael Dilger
trafficstars

This did this to me again recently. But it worked and stuck the 3rd time. I think if I quit before the database settles down somehow it doesn't save? EPK...

I can't reproduce it now. Hard to fix what I can't reproduce.

Generally transactions are open for very short periods. If we missed a commit, the transaction would be dropped and discarded and the client would behave as if we weren't logged...

I finally figured this one out. If you adjust and save settings during the first run, it was writing a blank public key. The EPK was actually being saved, but...

I was thinking if you hover over the zap total we could have a popup show a list of who zapped and how much. I think that information is too...

OH I think I see what you mean.... if somebody replies to it and it show up in the thread. Yeah I guess we can do something like that. We...

Seeker need to handle `EventReference` instead of a dashmap keyed on `Id` SeekData needs to remember and sort out relay batches `overlord::fetch_event_addr()` is too dumb and should be dropped for...

PREREQ: Make sure GLOBALS.connected_relays accurately represents the jobs being run currently, and jobs are removed when completed. 1. Caller assembles an EventReference SPECIFIES THE EVENT: This always specifies the event...

Because of the complexity, instead of changing the old seeker, I will create a new Seeker2. Then once I get it working and am sure I have superseded the functionality...