Caleb Spare

Results 99 comments of Caleb Spare

BTW, is there a convenient way to see the compiled query? I didn't notice one, but I only skimmed the docs and searched for 'protobuf' and similar terms.

OK, I have the answers to both questions: 1. I just use `.Insert(rows)`; apparently that works with a single row or an array of rows. Should this function not be...

Those are different views. I wanted to see the status of all the checks for a role and pause most of them.

@dmacdougall yeah that would fit the bill nicely.

Yeah, there are two different kinds of failure parameters one might want to control: 1. Max consecutive failures -- you only want to know when the service has been down...

In addition to what @dsnet said, I think it's possible to use the current API to figure out whether there might be trailing data. If `z` is a `gzip.Reader`, you...

@matloob Ah! You're correct. In my private go.mod there are two direct requirements hidden amongst 53 indirect requirements and I missed them. I'm not sure how they got there but...

@rsc > @psigen Go wants a directory tree that belongs to it. In a multi-language repo, why not create a top-level go/ directory? Reading this statement does not make me...