Christopher Speck
Christopher Speck
@mike-jumper Which window manager do you use when testing out the driver? I'm seeing some odd behaviors with child windows which I originally thought might have been a bug in...
I'm able to reproduce this (using Windows Terminal). I compared using `hx` normally to open a file vs. what git launches to see if I could reproduce the environment that...
I think this happens because the default `close_command` for bufferline is `bdelete! %d`. Looking at `:h bdelete` it notes: >... Any windows for this buffer are closed. ... That behavior...
@ne0YT you would not patch this into an already running container. Clone the repo and apply this PR then run the dockerfile which will compile the current state of the...
@ne0YT I'm not sure what you're referring to. I don't see a `docker-compose.yml` in this repository and your setup is likely to be different from others'. I set up my...
@mike-jumper I pulled over this branch anew after your rebase and have added several more changes https://github.com/neandrake/guacamole-server/tree/guacamole-168 ``` * 99466730 GUACAMOLE-168: Extending cursor rendering * c6c4d702 GUACAMOLE-168: Fix image copying...
@mike-jumper That was one I wasn't fully sure about and wanted to ask about though the change did appear to resolve the issue. I was running into issues where new...
@mike-jumper in taking another look I'm also unsure why the stream would get corrupted. The only thing that stuck out is `guac_drv_display_sync_user()` in `user.c` should maybe be using `guac_client_end_frame()` to...
@mike-jumper I'm still investigating the issue but have removed the commit in question from my branch https://github.com/neandrake/guacamole-server/tree/guacamole-168 ``` * d77f7fae GUACAMOLE-168: Extending cursor rendering * e854825e GUACAMOLE-168: Fix image copying...
@esternin I am not a core team member. For this I've submitted a few updates/fixes on top of the existing work. Your question/comment should be directed to the core team/company....