Alfredo Deza

Results 71 comments of Alfredo Deza

@wagoodman should these values _always_ be stubbed out?

Another helper does sound like the best path forward here, given that we can't have keyword arguments with defaults in Go.

sorry about that! I thought I had something in this for it but I just looked and it is not configured. Will have it fixed soon though! Thanks for reporting...

@ZzAntares would you mind trying out the branch `max-window-height` that has this commit: 5a665a352aadb9e5aa2707bae29aef702f623eb8 and see if that makes it better?

I just chose an arbitrary number :) Not sure what Ctrl-P uses, but I think the correct fix here is to allow the user to configure it (`max_preview_size`) and to...

The patch looks good! Would you be able to add some test cases to make sure your fix works and we don't break it in the future?

This is odd, because although you are right in that `Khuno` will still flake the files in `exclude` it also does it directly with `flake8` in the command line. Are...

I was also able to call `flake8` directly on an excluded path (which is what `khuno` does in the end) and I was able to see the file linted.

I managed to get a better understanding why this is happening, and opened an issue on `flake8` tracker: https://gitlab.com/pycqa/flake8/issues/29