Mark Raynsford
Mark Raynsford
For example: A box `b` is placed at `(32, 32)` of size `(64, 64)`. A ray is cast from `(16, 32)` to `(256, 32)`. The ray should intersect `b` because...
It should be possible to generate quadtree and octtree implementations from a common template as in the `jtensors` package.
## Steps to Reproduce Install the latest server docker image. In my case, this is `sha256:cc76a2b594e0cb1fde4c08910d628b91fd4d830bc61b132d3354c9dbfeb4df39`. 1. Go to the nutritional plans page. 2. Click the red button to create...
Obviously `unbound_up` is useful for monitoring in the sense that alerting can alert to a non-zero or absent value. For the other exposed metrics, it's not clear what might indicate...
Hello! I was just trying out the schema generator and ran into a small problem with records. For example: ```java import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; @JsonSerialize @JsonDeserialize public record...
Hello. One thing I've always felt is severely lacking from the versions plugin is the ability to update plugin versions in POMs. From my experience, dependencies aren't updated as frequently...