Magnus Groß
Magnus Groß
> I guess background checking could also make vim.lumen works when ssh-ing? Yes, if the terminal follows the system theme. You can already get that behaviour with `let g:lumen_startup_overwrite=0`. It's...
Thanks for clearing this up. For me using the template `{1}` instead is an acceptable solution, and I agree with you it may do more harm if we break backwards...
> ``` > Foo('abc', 10) > ``` I wonder if it would be feasible to implement type inference (maybe later, not necessarily now): ``` Foo('abc', 10) " or maybe Foo('abc',...
Yeah the dark mode support in Qt is a mess. It used to work with runtime theme changes, but now I can reproduce it only using the system theme on...
I looked up this repo just to propose this same feature request, but after having read your explanation that using the OS features everywhere possible is better, I agree with...
Yes, this app should work on Windows, did you run into any issues when compiling on Windows? Windows is supported at least since e9eba6585d1a262254ae5184d6fdbb756633125a, however I don't actively test on...
> do i need to change your cmake.list? No, it seems that it can't find the path to your Qt installation, so you will have to set the path manually...
> I successfully compile the app, and install it on my os but after I start the app , nothing happen From your screenshot it looks like you are starting...
I have tested this on Windows now again and indeed, the immediate frontend does no longer seem to work there. I am not sure if a change in Windows or...
Can you be more specific with how slow it is, maybe roughly giving a perceived interactive latency in milliseconds? According to this blog post wezterm should be competitive with other...