James Mintram
James Mintram
I have started working on this here: https://github.com/jamesmintram/openage/tree/graphics_renderer
Looks like the callstack I was getting was wrong. The error was caused several method calls deeper than the reponse fn - looks like the comment here is related? :)...
If single arity response functions were to be enforced, then the "arity" method would need to handle the case of partially applied functions too (instead of returning 0). I "fixed"...
I took a look at this and see that a solution is not obvious. By the time it comes to loading the config yaml, all of the configuration sources have...