Irmo van den Berge

Results 23 issues of Irmo van den Berge

### Feature Description It is a good idea to set EMAIL_DOMAIN_WHITELIST to the domain of the business to avoid spam accounts being created. However, this also restricts contracters or temp...

type/proposal

We encountered an issue when trying to configure a postgres DB schema, which was needed for integration with supabase. This was caused by knex migration scripts not having this same...

### Skript/Server Version ```markdown User reported version 2.8.0 ``` ### Bug Description [Disclaimer: this is from another user that had this problem] User had the following skript: ``` on right...

enhancement
up for debate

When running either command after a clean (git) checkout (JDK 17): ``` ./gradlew :cloud-annotations:testJava8 ./gradlew :cloud-annotations:testJava11 ``` The tests fail with an error, indicating the test classes were not (all)...

Command Tree building builds an ever growing set of OR-ed together permissions. It was wastefully creating a new hashset every time, even when adding an element to the set that...

When the auto-clean handler of FAWE runs, this error occurs: ``` [14:50:15] [pool-146-thread-3/WARN]: java.lang.IllegalArgumentException: The handle can not be null [14:50:15] [pool-146-thread-3/WARN]: at com.bergerkiller.bukkit.common.wrappers.BasicWrapper.setHandle(BasicWrapper.java:21) [14:50:15] [pool-146-thread-3/WARN]: at com.bergerkiller.bukkit.common.wrappers.LongHashSet.(LongHashSet.java:24) [14:50:15] [pool-146-thread-3/WARN]:...

Implement a means to fix the lighting of a worldguard region (by name?)

Chunks loaded by this plugin while cleaning light should be scheduled for unloading right away, after there is a guarantee the chunk will not be requested again. This should help...

As reported by someone on spigot, needs verification/testing.

(from spigot forums) https://www.spigotmc.org/threads/myworlds.233689/#post-2461931