Problem log ============ This file lists several problems that have occured during the programming of this software, and hopefully there solution. # `onChange` function implementation I needed a function that would trigger an event whenever its input changed. It didn't exist so I had to implement it (and it's not trivial…). See Reactogon.Auxiliary.Auxiliary, it should still be there.