Alexander Polakov

Results 41 comments of Alexander Polakov

It seems like what happens is: 1.`ui_call_event("msg_show", args = { size: 3, items: 0xWHATEVER })` is called, where 0xWHATEVER is the addr of **static** `call_buf.items` 2.it enters lua callbacks loop...

I made [a dirty hack](https://github.com/neovim/neovim/compare/release-0.9...polachok:0.9-ext-ctx?expand=1) which works around the problem for me. Not sure if it would make sense to make a PR, but if anyone is looking for a...

Okay, I rewrote it with icrate and `⌘-Q` handling

>About neovide should have something good in it as well, i put macvims for comparison I think you're running it with `cargo run`, if you use `cargo bundle` and open...

>Ahh i do see one problem... the app title at the top is definitely a show stopper Have you tried the main branch? I don't think this PR affects the...

Okay, I added ctrl+command+f binding, menu still shows 🌐 F though 🤷🏼

Anything else I need to do to get this merged?

Try this: ```diff diff --git a/src/window/mod.rs b/src/window/mod.rs index 44c6524..460ba4b 100644 --- a/src/window/mod.rs +++ b/src/window/mod.rs @@ -18,7 +18,6 @@ use icrate::Foundation::MainThreadMarker; use winit::{ dpi::{PhysicalSize, Size}, error::EventLoopError, - event::Event, event_loop::{EventLoop, EventLoopBuilder}, window::{Icon,...

Hi, sorry for the long reply. I think your explanation is correct. Unfortunately, echinus is no longer maintained (I just added a note to README). Thinking about it, replacing `*`...