Rahul Sahoo

Results 23 comments of Rahul Sahoo

Although its a Tornado issue. I made the test work by adding: ```python class TestTornado(testing.AsyncTestCase): # type: ignore[misc] ... def runTest(self): self.subTest() ``` Just waiting for the fix. :smile:

The patch is not expected in `tenacity` rather it is from `tornado`'s side. Refer: > JFYI: [tornadoweb/tornado#3375](https://github.com/tornadoweb/tornado/issues/3375) [tornadoweb/tornado#3374](https://github.com/tornadoweb/tornado/pull/3374)

In the error message, it says that you are using this `"system:serviceaccount:default:spark"` service account which doesn't have the required permission. You can try to create a new service account with...

> +1 (cachyos wayland here) added "49" and pluggin is enabled but toggling tiling doesn't work Same for me

@rafafrdz @CodeAndGin @Neo-29 You can check out this PR https://github.com/pop-os/shell/pull/1795 . Let me know if there are any bugs or issues with it. Its working fine for me on cachyos....

I don't have that issue. I'm using V shell gnome extension for my vertical workspace setup.

Let me take a look at it. Might be some API changes in gnome 49

I have made the changes. It's working now. Reason for the error was [The Meta.Rectangle is deprecated in gnome 49](https://gjs.guide/extensions/upgrading/gnome-shell-49.html#meta-rectangle) Let me know if anything else breaks.

Its PR right now

I think you need to do `make local-install` so that everything works correctly (keybindings). Just pull my PR branch and run `make local-install` and logout/reboot.