Boris Staletic

Results 157 comments of Boris Staletic

This one fixes the CI failures. Merging.

Right, the shifting to the left is broken in this pull request. Let's leave it for now and maybe I'll get back to it during the weekend.

I'll be getting back to this pull request, this week. My idea is to only `set wrap` when the popup is all the way left in column 1. We'll see...

I think I got this working. @hippie68 would you mind trying this branch/patch?

Sorry for the late response. I can repro the high cpu usage, but only for a few seconds, at least in C++. Vim is known to struggle with really long...

Pybind's cmake is doing `from distutils import sysconfig as s`, not `import sysconfig as s`.

> It used to happen with cython too, but cython stopped using 'instancemethod', which solved the issue. And replaced it with what exactly? According to https://docs.python.org/3/c-api/method.html, the alternative is `PyMethod_Type`,...

It would have been lovely if pybind11 could have just as easy a fix. Here's my first attempt: ```diff diff --git a/include/pybind11/detail/class.h b/include/pybind11/detail/class.h index 65dad5a..09d263d 100644 --- a/include/pybind11/detail/class.h +++ b/include/pybind11/detail/class.h...

Thanks a lot for the contributing, especially to this part of the codebase. Me and puremourning have had a discussion recently, concerning the future of C# support in ycmd. Long...

I have been running YCM on python 3.12 for a while withoutissues.