camiant

Results 8 comments of camiant

just as a workaround, I've added these instructions inside `cypress\support\e2e.js` ```js beforeEach(() => { cy.window().then((win) => { win.top.document.querySelector('div.wrap').style.pointerEvents = 'none' }) }) ``` to disable mouse events in specs-sidebar

> I was able to test it now. 5.12.0 (pdo_sqlsrv) seems to be working with PHP 8.4. > > Edit: I don't recommend using it in a production environment before...

please check the issue on windows app. thanks

meanwhile, as confirmed by the tooltip, "ctrl/cmd + click" on the main arrow does the work ... manually ![screenshot](https://i.postimg.cc/ZntvkcTM/2024-11-05-15-35-04-Ray.png)

> thank you so much for this tip! my pleasure, @rderks88 ! 🤝

As evidenced by [myray.app/blog](https://myray.app/blog), they are working on releasing version 3, so it's likely that the last of the 2 series will be 2.81. I imagine at this point that...

In the meantime you can work around using the keyboard shortcut https://github.com/spatie/ray/issues/918#issuecomment-2457347810 Alternatively, you can downgrade to the previous version, which retains the compact/expand feature but has known issues in...