Matthieu Coudron

Results 221 issues of Matthieu Coudron

I find the description confusing as in I first tried `mujmap -C ~/maildir/fastmail/mujmap.toml` ``` -C, --path Path to config file. Defaults to the current working directory. ``` I would rephrase...

documentation

the code is there, just not exposed

https://github.com/teto/mptcpanalyzer/milestone/2 - [x] load time with the appropriate type - [ ] fix dss plot (https://github.com/matplotlib/matplotlib/pull/13788#issuecomment-528155351) fixed. Waiting for matplotlib 3.3.0 release - [ ] autocomplete of stream with valid...

sharkd proposes a unix socket that can be used to communicate with a tshark daemon. It can request to open a file, filter etc: https://github.com/wireshark/wireshark/blob/master/test/suite_sharkd.py https://github.com/gcla/termshark/blob/master/docs/FAQ.md#how-does-termshark-use-tshark this could allow mptcpanalyzer...

enhancement

Should be able to display 1MB instead of 1000kB for instance.

enhancement

- [ ] Leverage https://docs.python.org/3/library/functools.html#functools.singledispatchmethod

We may want to plot owd for connections that are not TCP/MPTCP (quic?). We may need a protocol-dependant plugin, or a mapping plugin, so that we can swap between implementations...

sthg like `setattr(filter_stream, argparse_completer.ACTION_ARG_CHOICES, [0, 1, 2])` except the bounds here could be generated.

enhancement

matplotlib doesn't display (i.e., refresh) markers in legend https://github.com/matplotlib/matplotlib/issues/14272