On Sunday, 3 November 2024 at 00:42:44 UTC, Kyle Ingraham wrote:
"You can add an explicit sub configuration to dub.json: ```json "dependencies": { "vibe-d": "~>0.10.1", "eventcore": "~>0.9.34" }, "subConfigurations": { "eventcore": "kqueue" }, ```Or you could pass --override-config=eventcore/kqueue to the dub invocation to try it out temporarily."
I'm glad to hear that. In the world of software, there is actually no problem that cannot be solved; except for the halting problem :)
SDB@79