Ryo Hirayama

Results 78 comments of Ryo Hirayama

@dRAT3 Sorry for late. It takes longer than imagined to follow the latest egui's API. It should be finished in a day. For now, I'm going to sleep...zzz For now,...

@dRAT3 I've released `0.5.0`. Sorry for late. Can you try it?

I've opened a topic about the `file!()` behavior at https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/file!.28.29.20output.20varies.20in.20condition/near/313877507 @emilk If you have any additions or additional discussion, I would be happy if you would join.

It might be also weird that Neovide receives that “msg_show” although Neovide does not subscribe “ext_messages”.

As I mentioned in #22344, the minimal code could be: ```lua local ns = vim.api.nvim_create_namespace("plugin1") vim.ui_attach(ns, { ext_messages = true }, function() print("a") end) ```

> I'd like to be able to turn these off though, as it's an extra copy on every message; would you consider keeping a feature but making it on by...

I forked this branch and opened https://github.com/mattsse/chromiumoxide/pull/204. It's zero-copy.

@dRAT3 Seems nice! It could be good to have a cargo feature but it’s not required to merge it. Thanks.

Thanks for submitting. It’s just not implemented. I’ll fix this soon. Issues like this are helpful for making mry more mature.

I've published mry 0.2.4, the problem should be resolved. Please reopen this issue if not resolved. There are still many missing features in mry that I am not aware of,...