fmdkdd

Results 27 comments of fmdkdd

I don't even use pos-tip, but I can understand that the tooltip disappearing before you had time to read and understand the error can be frustrating. > I can't think...

In the last screenshot, there is at least one error that is not displayed. What flycheck-inline currently does is to display *related errors*. These are errors that are from the...

> Maybe it could be toggled? Yes, I think we can make that an option without too much hassle. The code for displaying the errors inline should be able to...

Thanks for the report. The fact that you have the issue on Ubuntu and not on Windows is suspicious. When that happens to you, you could try stepping through functions...

> Large screen movements seem to help with resolving the error state in combination with the above two tricks Specifically, it feels like moving the error line off the visible...

Hmm, I'm also using i3, I've had a bug in Eclipse where the cursor disappears, and the only way to get it back is to move the mouse out of...

CI error with flake8 seems to be from [this](https://gitlab.com/pycqa/flake8-docstrings/issues/36). @marsam Sure, probably a good idea as well. I don't think we have any outstanding critical bugs. I would have liked...

> How do you reckon FlyCheck should notified (via which hook) otherwise? Do you have `mode-enabled` in `flycheck-check-syntax-automatically`? Also, you may want to try `idle-buffer-switch` there.

Is your issue that the checker chain is not very intuitive from the user's point of view? I tend to agree: in fact, by following your example I was also...

Yes indeed, I agree with you the current situation is not very useful. What I have gathered for the revamp of the checker chain is that we should probably let...