johnd0e

Results 568 comments of johnd0e

@bieleckim Still unable to reproduce. Is it still issue for you? Have you tried the same on other systems?

@Komorebi-yaodong You can freely change your fork settings of course. But what would be good solution for all? Currently you can specify `reasoning_effort` parameter or more granularly `extra_body.thinking_config`. Recently OpenAI...

@t3539 I have objections as current implementation is error prone. - In some (though unrelated) parts of documentation we have `padding` as not point: https://leafletjs.com/reference-1.7.1.html#renderer-padding. And it's hard to find...

Если из (обычного) диалога открыть редактор, а потом закрыть, то диалог окажется на фоне этого фантомного (уже закрытого) редактора. (Подозреваю что тут сказываются те же проблемы оконной системы фар 2)

> А пример как это повторить можно? Да там всё прямолинейно, просто `editor.Editor(...)` обработчике диалога. Например в диалоге AskAI редактор открывается по нажатию кнопки.

@shmuz ```lua local F = far.Flags local function dialog (text, title) local len = math.max(text:len(), title and title:len() or 0, 7) local items = { {F.DI_SINGLEBOX,0,0,len+4,3,0,0,0, 0, title}, {F.DI_TEXT, 2,1,...

Also from color picker we can know possible underline types: - Single - Double - Curly - Dotted - Dashed So currently 5 types are mapped to 4 flags in...

# FarColor > https://api.farmanager.com/ru/structures/farcolor.html Структура `FarColor` описывает код цвета, используется, например, в функции [Text](https://api.farmanager.com/ru/service_functions/text.html). ```cpp struct rgba { unsigned char r, g, b, a; }; struct color_index { unsigned char...

@alabuzhev - В нескольких местах текста, где требуются дополнительные пояснения, сейчас стоят знаки вопроса. - Непонятно, как должна работать прозрачность: например я устанавливаю для Help / Normal Text (FG/BG) прозрачность...