Rustam @SecondFry Gubaydullin

Results 18 comments of Rustam @SecondFry Gubaydullin

Eh, as it always happens, after opening the issue, I've noticed that I forgot to prefix all configuration options with `mixin.`. Adding that actually stops freeze from happening. BRB with...

Updated info in first post to reflect that `mixin.entity.collisions.suffocation` is causing the issue.

@2No2Name, I'm terribly sorry for not double checking everything before submitting the issue, but are you sure that is related? I'm currently observing no freezes with just `mixin.entity.collisions.suffocation=false` in otherwise...

How come this be an `enhancement` tho, seems like a critical bug.

I believe @dcaillibaud talking about: https://github.com/1milligram/1loc/blob/cecbfa239c1d6c9d527518c157b9ea20c4140c9b/snippets/array/compare-two-arrays.md?plain=1#L8-L14

Having the same problem. LocalForage v1.7.3, imported into React component (`import localForage from 'localforage';`). ![](https://i.imgur.com/s1x0rXZ.png) Firefox (Developer 78.0b6 (64-bit)): ![](https://i.imgur.com/oP41xrC.png) Chromium-based Yandex browser (recentish, don't know exact chromium version): ![](https://i.imgur.com/b2V6P6M.png)...

I've checked non incognito mode behavior and both Chrome and Firefox report asyncStorage. I guess this is limitation on incognito mode on FF?

You may change https://github.com/Metalloriff/UnofficialBetterDiscordPlugins/blob/master/MessageLogger.plugin.js#L867 for just `content` and it will show the messages, tho they will be unparsed. ![](https://i.imgur.com/BBamHqk.png)

@benmccann in case of very simple logging requirements, yes, maybe one can do that. But the moment you will need to transfer such logs to i.e. Sentry, with request context,...

Setting/getting logger via context is too late, such logger won't be available in hooks since contexts are only creatable from Svelte components.