Matthias

Results 23 comments of Matthias

for anyone finding this, if your dev domain is served via `https` (like "https://shopware.test/) you need to also add a non https saleschannel url (like "http://shopware.test/) in the backend in...

Thanks @tcc-sejohnson :) I do want to keep the behaviour, that the scroll offset is saved in the history. The issue with your other suggestion binding scrollY to a var...

I saw the snapshot feature but I dont think it is a good fit because I believe it is intended to restore state in a component that was unmounted before....

I really appreciate you effort but I think this is kinda reinventing the wheel because the info I need is already in the session storage, this is why I would...

I did not want to come across that I brush of your suggested solution. ❤️ The original issue is not really critial or timepressing for me it is just something...

I'll link this here https://github.com/sveltejs/kit/discussions/11104 because I hope page transitions will get better support in svelte 5, the key approach unfortunately always has some timing issues, even in svelte 4.

@yshui I'm digging this up again because I was never able to script a satisfying solution. Please correct me if I'm mistaken, but as far as I can see the...

Thanks for your reply, Its been a long time since I left arch, so currently not using picom. At the time I was tinkering with it I tried using the...

I put some effort into this issue and created a [small CLT](https://github.com/kinglouie/Blurry) that creates a blurred window using NSVisualEffectView. In order to prevent blinking I had to use some sketchy...

Correct, the issue isn't as severe as the backdrop issue, but it is annoying nontheless. As with the backdrop filter the blurred background will dissappear for a short period of...