Daniel Ryan
Daniel Ryan
HyperNEAT is an improvement over the NEAT formula. We should add an option on the type of evolution formula when calling the evolve function. This video and blog explain how...
This library is breaking SwiftUI Previews, and it looks like I'm not the [only one with the issue](https://developer.apple.com/forums/thread/673003). Error: `x.swift:10:8: Could not find module 'SocketIO' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator,...
I've turned on minifyEnabled in Gradle but having trouble getting it working with Ormlite. Reading various support pages, I have this: ``` -keepattributes *DatabaseField* -keepattributes *DatabaseTable* -keepattributes *SerializedName* -keep class...
I see it has been a while since 1.1 was released. Should the next release happen soon?
I want to check if a guid string is valid. Currently I've been doing `sole::rebuild(guidString)` but maybe there is a more optimised way. An extra method like `sole::isValid` would come...
Simdjson's benchmark shows them to be the fastest. I suggest this benchmark project add their benchmark tests so it doesn't look like there is cherry-picking :) https://github.com/simdjson/simdjson#performance-results
Running Openjdk 24, these warnings appear in the console. ``` WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.alibaba.fastjson2.util.JDKUtils (file:/server/spatial/SpeciesSpatialService.jar) WARNING: Please...