Justice Almanzar

Results 12 comments of Justice Almanzar

oh i forgot tests, that would be important

> Hello, can I help this feature? Yea I think you'd just need to write tests dealing with all the methods dealing with special cases too for replicating the behaviour...

@NXTler I've determined it's Performant causing this issue. I've disabled the `multiEntities` config in Performant [like the README suggests](https://www.curseforge.com/minecraft/mc-mods/mcmt-multithreading#nav-relations:~:text=Performant%20%2D%20Disable%20multiEntities%20in%20it's,2%20seems%20to%20work%20just%20fine.), but I still am seeing this issue after changing that config.

@KubiRemPL Disabling world threading is a valid workaround for me as well, thank you! It's still a shame I'm left to process all of the worlds on the same thread.

> Could you please test if the issue persists on latest version (you need to compile it from github). The issue should be resolved... I will try to get around...

I just had this same issue and deleting my `NEXTAUTH_URL` environment variable and either setting `baseUrl` or letting it default fixed it for me

Will this work if I set a breakpoint on the first line of a file?

Ah I see that makes sense, that's fine I think