> Could you elaborate why your config.kcfg uses Ints for everything when > you clearly want booleans (e.g. `Config.code == 1 ? true : false`) The API expects ones and zeros for its params, I chose to convert them to booleans to make the API call easier to write and change. I've fixed all the other issues you pointed out! Thanks, Felipe