Stefan Hendriks

Results 150 issues of Stefan Hendriks

Perhaps this should be different for CONSTYARD (ie perhaps queue in a different manner? place beforehand?)

enhancement

In `rules.ini`, for example the `tank`: ![image](https://cloud.githubusercontent.com/assets/1332066/12074811/91b859b4-b169-11e5-9136-a30510ac4c1a.png) You can see there is an `explosion` field. It can only have one value. It would be nice to have the possibility to...

enhancement

Because the list is awesome --> https://github.com/leereilly/games Prerequisite: - Dune 2 - The Maker should be more representable and playable.

Instead of fixed colors, a player can choose his own from any of the zillion colors available.

enhancement

When a full enemy harvester is deviated (switched sides) right before being picked up by carry-all, it will be deposited at enemy refinery and give credits to enemy player. Scenario:...

bug

I noticed LWJGL is upped to 3.0.0 (and 3.0.1 is in alpha). (see: https://mvnrepository.com/artifact/org.lwjgl/lwjgl). It also changed namespace/package name a bit. In order to keep Slick up to date as...

lwjgl
upgrade
needs-pr

I am not as proficient with Github Actions, so forgive me for asking if this is a trivial thing. For my project, I use this awesome action and it works...

Resilience4j version: `2.1.0` Java version: `openjdk@17` After upgrading `openFeign` from `12.4` to `12.5` it looks like the fallback (decorator) is not used as expected. I have a Wiremock test that...

I use: ``` kotlin: 1.4.10 com.fasterxml.jackson.core:jackson-annotations:2.10.1 com.fasterxml.jackson.core:jackson-databind:2.10.1 com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.1 (spring-boot: 2.4.0) ``` I try to deserialize a map which has keys which should be an `enum` type (`LuggageType`). When writing a...

question