Results 29 comments of SolaWing

according to sort by: https://github.com/CocoaPods/CocoaPods/blob/c1292cca13a8afa067e5157856b73cb0a65d6da4/lib/cocoapods/resolver/lazy_specification.rb#L79, and molinillo will use the latest possibility, so the resolved spec always be max version. and according to https://github.com/CocoaPods/Molinillo/blob/b419616b2230663db01462a4b93c01d3c3569a8d/lib/molinillo/resolution.rb#L704 and https://github.com/CocoaPods/Core/blob/fe19e73758c2bcbed4f59ca3fdc0ed4040ba3db3/lib/cocoapods-core/specification.rb#L99, array & will only...

I tested on 3.18.5, it's not work. v0.39 branch is ok ruby 2.7 and 2.6.4, mac os 15,vim, ycmd's language server 1. and observe the first completion is not ok....

I find it's my global config enable the diag.. though It still be better to always disable in gem source

VIMR encapsulates the NVIM command-line interface and directly couples the GUI's startup parameters. I tried modifying the vimr to expose the original interface and capabilities of the NVIM, which worked...

yes, it support cocoapods. Did you setup buildServer.json as Readme says? What version your xcode-build-server is?

xcode does do background index. even more, if you open same file with xcode and keep it in background, you will notice your symbols is updated automatically too. xcode may...

We can discuss how to background Indexing here. background indexing also fix the detecting changes issue. I have a few vague ideas for implementation: 1. rerun command from logs directly,...

for full indexed, whole build is needed. this is true even in xcode: when there have multiple targets deps, dep need to build first to make user’s import works. But...

@wojciech-kulik I plan to detected the new file when no flags and infer it from other file in same directory. it need some time to implement. this way no need...