Aleksey Migachev

Results 8 comments of Aleksey Migachev

> я сделал > […](#) > В понедельник, 9 августа 2021 г., 6:44 mishal321 ***@***.***> писал: Кто-нибудь замечает проблему с синхронизацией? Если вы хотите посмотреть фильм с другими игроками, вы...

Probably the reason is the inappropriate behavior of Shift since some of the keyboard combinations do not work either.

profile\init.lua ```lua events.connect(events.KEY, function(code, modifiers) if CURSES then ui.statusbar_text = string.format('"%s"', code) end if code == 1040 then buffer:insert_text(-1, 'А') return end end) ``` Press Cyrillic character "A" (code =...

So far I have done so in no other way. Probably clumsy - I'm a beginner. **core\keys.lua** ```lua local bytemarkers = { {0x7FF,192}, {0xFFFF,224}, {0x1FFFFF,240} } local function code2char(decimal) if...

Please ... Help !!! Processing 3 Compatibility BezierSQLib.zip binary for Windows.

I use snippets to insert my own code snippets. I am completely satisfied with the snippet system in the Vim SnipMate plugin. But to be completely honest, the most convenient...

This would certainly be a very useful API functionality. So far, I'm trying to implement this in some form as a module using metadata (createdAt, modifiedAt).

Thanks for the reply. You are absolutely right about MD5 hashes. I was out of my depth.