Andrew Kravchuk

Results 62 comments of Andrew Kravchuk

I'm also affected by this: `fira-code-mode` breaks logo display in `dashboard-mode`.

> Could you give it a try and let me know if it solves your problem? Yeah sure. How do I do that? (sorry, my elisp hacker skills are somewhat...

All right, I'll devote some time later to try that. You're welcome!

Okay, so the call to `regexp-opt` seems to be the source of the problem. I've factored it out in the following ugly way: ```diff @@ -576,6 +577,10 @@ "with") "List...

Thanks! Looking forward to it.

> Поэтому проверка has_elevator() на старте для каждого пассажира всегда false. Тоже наткнулся.

Тут соль в том, что `Debug` определён в `api.h`, но сам `api.h` подключает `strategy.h` - циклическая зависимость, типа. Я чинил примерно так (файл `strategy.h`, с `cpp` не заморачивался): ``` #pragma...

@678098 Есть ощущение, что в пулл-реквесте забыто добавление нового хедера в переменную `HEADERS` в `pro`-файле (чтобы `moc` по нему тоже проходился). А вообще язамёрж 😄

Можно даже не циферкой, а как-нибудь цветом подсвечивать, например.

It looks like the `NK_STATIC_ASSERT` macro going off, which in turn means there's something badly wrong with the compiler/environment. Could you provide more details on compiler version and the OS...