Michał Krassowski

Results 1107 comments of Michał Krassowski

Please see https://github.com/palantir/python-language-server/issues/823#issuecomment-774695123

Thank you for getting back to me. I worked around this deferring the call to `get_signatures()` by calling it in a separate thread and caching: https://github.com/palantir/python-language-server/compare/develop...krassowski:feature/asynchronous/labels-cache It was tricky, especially...

Thank you. I gave up on the asynchronous approach, and followed your advice to treat the likes of `numpy` differently. > It's something you should use for maybe 10 results...

Thank you for the details. So it seems that it happens specifically on Mac OS. I guess there might have been a Mac-specific change in Anki 2.1.8 - I will...

Thank you all for reporting the details - this is really helpful. I will try to investigate the issue this weekend. In the meantime, may I suggest you a workaround...

@Z1839 I am glad that it helped. Which one did you use (color or background-color)?

Hi there! I was digging through the changeset of Anki trying to find out the potential culprit. This commit stands out: https://github.com/dae/anki/commit/0769bf7ac923aa566436fba9c3492246797ea31b; it mentiones a QT bug and uses a...

Also, does any of you remember if 2.1.7 worked for you?

I am happy that this solves the problem! I will include this in the README file and on the add-on page to inform other Mac OS users. @keirwilliams I do...

Hi there! Thanks for reporting this issue. Could you check with Anki 2.1? I have stopped updating the add-on for the old Anki version a while ago. On Thu, 2...