Michael Stapelberg

Results 648 comments of Michael Stapelberg

Would you mind rebasing this on the current master branch please? We fixed the travis config in the meantime.

> AFAIK using `after-make-functions` should work. You mean `after-make-frame-functions`, I assume? > Can you post the contents of the layout file? It should be located at `~/.emacs.d/layouts/zkj.window-layout` by default. Sure:...

Thanks for the detailed reply! Unfortunately, I can’t seem to reproduce the issue at all right now. Will report back when I can :)

Or perhaps we should just switch to https://golang.org/pkg/net/http/httptest/#NewTLSServer instead?

Both the `...` syntax and the usage of keys for an array literal are defined in https://golang.org/ref/spec#Composite_literals: > The key is interpreted as a field name for struct literals, an...

> I wish I knew a better way to wrap the response writer without having to implement all these interfaces, but clearly we are missing some. Again, I'd be happy...

> @zekjur @stapelberg Should we retest on 25Gbps again with new caddy? :D I just updated caddy on my router, so feel free to give it a shot. I did...

I wouldn’t expect the TTFB to be any lower, as the few buffer allocations should be immeasurably quick. Only if you do larger transfers for longer does it add up....

Before patch (commit 1c9c8f6a13f99817cb35a9b100287da81255be21): ``` % wrk -t12 -c400 -d10s http://repo7.distr1.org/ Running 10s test @ http://repo7.distr1.org/ 12 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 27.08ms...

I was just trying to use `idevicebackup2` for the first time and encountered https://github.com/libimobiledevice/libimobiledevice/issues/1111. Then I noticed that while Arch Linux ships 1.3.0 (latest public release), the devs are telling...