Results 21 issues of Grant Olson

I've got the following restart block: ``` w.start_if do |start| start.condition(:process_running) do |c| c.interval = 180.seconds c.running = false case ENV["WEBKITE_ENV"] when "staging" then c.notify = {:contacts => ['DevOps'], :category...

We should support python 3.8 or if that proves too difficult we should have a friendly error message instead of a big ugly traceback in the futures code.

I tried running the interactive shell on a headless raspberry pi and there was a traceback because we couldn't start up Tk for some gui element. There's no way this...

So I've been stumbling around the web trying to make APN keys. This involved running a lot of `openssl` commands by just cut-and-pasting things I saw on the web, without...

The page at https://bitcoin.org/en/download no longer links to the correct information to verify bitcoin core. As of version 22 there is an unsigned file `SHA256SUMS` that has the checksums and...

The current find wasn't working for me on a bucket with a few thousand items that I'm using to cache documents. I was basically trying to find a doc, then...

Right now if you delete an address book entry or a subscription, it doesn't get removed from the AddressStore, so it still shows up until you restart the server.

I get all excited because I have new messages, but have no idea where to go to read them. We should link directly to up to 5 of the newest...

We should have some pagination instead of allowing pages to endlessly grow.

I sent a PGP signed message. I'm probably not able to copy and paste directly from the web page. Should we have the ability to view a raw message, or...