YE
YE
I confirm this behavior with Yii 2.0.40, got it noticeable after upgrading from 2.0.15.1. PHP 7.4.14. ### How to reproduce: 1. Use clean yii2 install 2. Add MyCaptcha: ``` class...
I'm working towards the PR.
@dgutov , any objections on this PR? Thanks.
It seems to me this topic can be split into the two (maybe more?) types. Let's say we have a candidate "Foobar". *First type* "Foo|remove-it" completes to "Foobar". *Second type*...
> Where does tng put things back into `unread-commands`? https://github.com/company-mode/company-mode/blob/3eaac91b27d5041a97a0cbae32bb5b03e361d230/company-tng.el#L126 https://github.com/company-mode/company-mode/blob/3eaac91b27d5041a97a0cbae32bb5b03e361d230/company.el#L2762
Hey @BlueDrink9 , any progress with your intention? Feel free to close it if the topic is not relevant anymore. Thanks.
@dgutov , does this `wishlist` issue still serves as the main one to track ["the issue of different backends in a group returning different prefixes"](https://github.com/company-mode/company-mode/issues/421#issuecomment-160323044)? Seems it should also solve...
[Parent Issue](https://github.com/company-mode/company-mode/issues/959#issuecomment-595818130).
Related Q&A #1226.
> I tried edebug on company's code, and found that the two backends produce diffent prefixes. company-files produces ./001_, company-capf produces ("001_" . t). Not sure if it is related....