Razunter

Results 35 comments of Razunter

Also whispers from this site break MercuryTrade, it stops reacting to actual trade messages. Example: ``` @MercuryTrade I'd like to exchange my T9: (Coral Ruins, Temple) for your T9: (Cells)...

Disappears for me too. Windowed Fullscreen, Vulkan, Windows 11.

Hard to reproduce manually, but it may be related to [SlimTrade](https://github.com/zmilla93/SlimTrade/) somehow: this bug seems to happen only with SlimTrade running.

Disabling menubar button in SlimTrade also helps

Well, at least add "Pseudo % [element] to attacks" to search query when there is already "Pseudo % [element] to spells". This will work for most cases.

Yep, I'm noticing similar behavior with v7.3.1, `lazyImageReady` triggers too early and no spinner.

`:where` isn't supported on old iOS: https://caniuse.com/mdn-css_selectors_where

I'm getting this in App.svelte, but not in other .svelte files, weird.

Also there is currently no support for single digit hours, only two digits.

Not directly related, but how to handle imported stores? This throws no-unused-vars: ``` import {store} from '@js/stores/globalStores' $store = 'abc' ```