Robert Collins

Results 450 comments of Robert Collins

Perhaps I'm missing something but anyhow! isn't very easy to use with `?`. ``` fn main() -> anyhow::Result{ something_returning_boxed_error()?; } ``` is a bit awkward - I mean: ``` fn...

Were you thinking to store these numerically, or symbollically, or both? What about extended ACLs, or is that a separate ticket?

I rather suspect an s3 non-glacier index of present blocks would be advantageous, for instance. Retrieval costs from Glacier are punishing.

I need to do some finer measurements I think, but yeah thats the concern I have. I'm measuring things doing disk ops and pushing up latencies on IO way up...

I was considering using enum-dispatch, but putting it in the API of my crate would surface this bug to all my my crates users, which is probably too much. Is...

@Qianqianye hoop jumped through, you should be able to re-open this PR now.

Yeah, so a bit more background and context. Firstly the patch probably wants to be tested with more than just one type of typed array, but I wasn't sure what...

Something in gopls seemed stuck to me; I SIGTERMed it and everything came good; There doesn't seem to be anything in the profile about go itself, only js, so I...

I've filed a ticket on gocql; we'll see what that team says.

So I'm not sure I'd call this a points of pain overview so much as good docs ;P. We've discussed a bunch offline; two thoughts that are really only relevant...