Arnaud Courtecuisse
Arnaud Courtecuisse
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
## Description These function can return nullish values but are declared to return a non-nullish type (either `Slot` or `SlotValue` or `string`) I fixed the return type declaration to match...
I profile TLE execution and noticed that it spent a lot of time in `isValidLoc`. Thus I modified the `GridMap` class to avoid these checks. It relies on optional chaining,...
Hi everyone. I notice that, despite numerous open pull requests, this repo's master branch is still based on Keycloak 21, which is now 4 major version behind the community LTS....