Erlend Åmdal

Results 7 comments of Erlend Åmdal

There is still a case to be made for resolving this issue. The conventional and overall safer method is to isolate client-only logic in separate classes (which you may optionally...

Yes, please include this in the docs! The docs do not even mention the maintenance issues and security risks with the workaround for Auth0, so the docs could at least...

Good guess, but it's not the case here. We do gitignore `.env.local` per convention, but our workflows are configured to install a `.env.local` file before running deployment to set staging-specific...

> I am not here to tell you how you should do your work, but creating a `.env.local` for injecting environment variables (I guess for not committing secrets to your...

In many cases, this happens when a mod is not declaring a proper dependency on the mods that it depends on (usually fabric API) or that it references client only...

The attack range is capped by the player's reach, so you'll have to add some reach to compensate. This is a technical limitation with the implementation which I found too...

I see. Using the compiler explorer is a good tip to understand what is going on under the hood. I guess for now it may be advisable for policy authors...