Mårten Wikström
Mårten Wikström
It's the line `Cassandra::LoadBalancing::Policies::WhiteList.new(hosts, ::Cassandra::LoadBalancing::Policies::RoundRobin.new)` thats the culprit. It does not accept hostnames in hosts. So I think the patch is still needed.
I'm gettting the same error. Is it supposed to work or is conjure-up kubernetes not implemented for openstack yet? [edit] Yes, as mentioned in #1533 openstack is not implemented
I have the same issue. I tried to profile the execution of zed and kwin_wayland and it looks like zed is stuck in an animation rendering loop. I.e. it get...
I did a quick test with the simplest possible C application that opens a wayland window and starts a rendering loop without doing any rendering, just request frame callback and...
Would it be feasible to change the rendering logic so we only request frame callbacks when there actually are any new things to render? Would you perhaps care to comment...
Interesting! Thanks for explanation But to clarify my findings, the wayland client code also requests a renewed frame throttling callback in [frame.window()](https://github.com/zed-industries/zed/blob/27c1106fadef97dc56d17d9359fd7514b71c8643/crates/gpui/src/platform/linux/wayland/window.rs#L321) when `wl_callback::done` is fired. The on_request_frame handler ends...
> This is not related to Wayland tho. Tested the pre-release a week ago and got high CPU usage on X11 too - 15-20% idle ad up to 50% on...
I tried the simple the simple C application that opens a wayland window and starts a rendering loop without doing any rendering, just request frame callback and then commit the...