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