James Richardson

Results 126 comments of James Richardson

@dankhan-helmet I am using honeycomb, and that's how I noticed this issue.. no more root spans. I reverted to 0.18.3 temporarily.

Hi there, Thanks for raising an issue. "Killed" is usually printed when a process is killed with SIGKILL, which can be the case when the operating system decides that a...

It could be possible to change this... it would make the program quite a bit slower, as it would have to draw the graphics 6x as much, and there would...

Hi @victorlysak - thanks for this info. I think there are two different framerates that are involved in this discussion.. one is the video framerate, which can be easily changed...

I wouldn't get stuck on the style comments - i didn't make any changes except where change was needed - but where i wrote new code, it was written so...

not quite sure how to read your comment - it is very patronizing. just try checking it out and running flutter-dev test on some code. the code in the flutter...

i got a bit stuck improving this, as it seems that while some parameters are passed through to the compiler for each request, they are AFAICT parameters to the compiler...

Hey! This is more of an 'ideas' changeset, rather than one i expect to be merged. So you could close it i guess, but I do think that the test...

I am not sure about this.. in older protocols, http version was indicated in http status line. For http2 it is negotiated in tls handshake with ALPN. If it were...

The http2 proto is handled by a separate code path, so it already knows that it is http2.. Can get the http1.x proto from status line - 99% it will...