Manuel Bucher

Results 11 issues of Manuel Bucher

Both descriptions in the leged show the label of the second errorbar: ![bug-output + expected output](https://user-images.githubusercontent.com/36711370/102879783-a87d8880-444a-11eb-8b7c-c2e75f2a58c0.png) * the Python code ```python import matplotlib.pyplot as plt import numpy as np plt.style.use("ggplot")...

I've starting debugging #453 and found the place where the bug happens, but I don't know how to fix it. https://github.com/nschloe/tikzplotlib/blob/dc919b3c538544ecf4b3d86deaf2cb9b80f0af80/tikzplotlib/_util.py#L9 ```python def get_legend_text(obj): """Check if line is in legend."""...

### I did this Running curl3 (curl with quiche) from AUR: https://aur.archlinux.org/packages/curl-http3 Connecting to the mozilla-central http3 test server using the first port outputted by the http3server. $ SSLKEYLOGFILE=~/tmp/test.keys curl3...

needs-info
HTTP/3

I wanted to create a boxplot, but it doesn't seem possible. I think this should be reflected in the documentation (or are there plans to add support for boxplots again....

Currently, the scroll position is reset to the top on each page load. Having the current position in view when opening a page would make navigation easier. Keeping the current...

Highly WIP: Early Draft, already working, but not necessary final version. Not necessary to read through yet, only if you are interested. Submitting already, because I probably only continue next...

Another observation from #1472: `bytes_in_flight` stays at 0 for ~125ms for the first two times, for 50ms the third time. The graph isn't that informative without interaction. All the packet_sent...

We don't utilize the full congestion window even with all patches applied. What I see is that we do have phases: * one where we receive ACKs, but don't send...

While debugging upload for [Bug 1852924](https://bugzilla.mozilla.org/show_bug.cgi?id=1852924) I noticed that all the detected losses during my testing are spurious. An ack arrives shortly after. The loss detection seems to trigger after...

Another observation #1472 from looking at `packet_sent`, `on_packets_acked` and `on_packets_lost` calls is, that we don't send out recovery packets. We stay in `RecoveryStart` (we should leave almost immediately) too long...