sebastiencs / company-box

A company front-end with icons
561 stars 64 forks source link

Completion box are very small #129

Closed azzamsa closed 3 years ago

azzamsa commented 4 years ago

I stop using company-box for a year, but after (https://github.com/sebastiencs/company-box/issues/88, and https://github.com/sebastiencs/company-box/issues/54) I start using it again, it has been couple of months now.

Yesterday, I tray to do straight-pull-all which pull all new revision from my packages. Suddenly I have this broken state of company-box.

the box are shrinked, very small, I can't barely see it. Everything works after disabling company-box.

Peek 2020-09-13 05-32


Should we have test for company-box, so any incoming changes doesn't break the current state?

related:

https://github.com/sebastiencs/company-box/issues/70

sebastiencs commented 3 years ago

Hello @azzamsa, most of the times this kind of issue is caused by another package. I found your configuration https://github.com/azzamsa/emacs.d and tested it, but I couldn't reproduce the behavior on the gif.

Can you try to recompile company-box:

(byte-recompile-directory (file-name-directory (find-library-name "company-box")) 0 t)

Is there any messages in the *messages* buffer ?

Should we have test for company-box, so any incoming changes doesn't break the current state?

That would be great, any help in the area is more than welcome

azzamsa commented 3 years ago

Hello @azzamsa, most of the times this kind of issue is caused by another package. I found your configuration azzamsa/emacs.d and tested it, but I couldn't reproduce the behavior on the gif.

I have pushed my latest changes. I have some commits that not pushed.


Peek 2020-09-14 05-54

After restating my Emacs, it appears to be fixed. Strange. I've tried to restart it multiple times yesterday.

I will reopen if the issue persists.

sebastiencs commented 3 years ago

I will reopen if the issue persists.

@azzamsa Please do. I have pushed some changes to not make the buffer blink with dimmer-mode, I observed this with your config

azzamsa commented 3 years ago

@azzamsa Please do. I have pushed some changes to not make the buffer blink with dimmer-mode, I observed this with your config

Peek 2020-09-15 09-03

Works great!

azzamsa commented 3 years ago

Thanks a lot for company box. Really appreciate. :tada: