Matthieu Coudron

Results 221 issues of Matthieu Coudron

Merged dataframes are the result of mapping packets from one pcap to packets of another pcap. Currently, it's a bit hard to know if a dataframe was merged or not....

When plotting throughput, I realized some entries had no abstime. We should always have the abstime, else it means

bug

plots should expose the set of keys they actually use to format the title For instance if by default the plot title is set to ``` title = "DSN towards...

enhancement

setting a whole column changes column dtype from "category" to "object" - reading in chunks https://github.com/pandas-dev/pandas/issues/25472 - https://github.com/pandas-dev/pandas/issues/25448 - https://github.com/pandas-dev/pandas/issues/16749 - https://github.com/pandas-dev/pandas/issues/22262 - assigning a categorical may lose the categorical...

easier to maintain and more correct.

bug

``` When developing locally, when using mason or if you built your own binary because your platform is not supported, you can set the lsp.bin_path setting to the path of...

as I started my neovim, I got surprised that my `` key was doing non-sense. As I had just installed llm.nvim the culprit was evident (plus `:verb map `). Tab...

I hit the following error: https://github.com/huggingface/llm.nvim/blob/7657d65adac2901b4712f73d81d5827d7c0494f4/lua/llm/language_server.lua#L116 1/ I think the message could be improved, aka "no LSP server enabled for this buffer" 2/ LspInfo gives me: ``` Client: llm-ls (id:...

because I am an idiot I started using the plugin without reading the README and though `:Dbee execute` was running the command in the buffer. Problem is the request was...

enhancement