adiwan (adiwan)'s status on Friday, 25-Feb-22 10:55:43 UTC
-
It's always funny to create hotfixes for a productive system. Even funnier when two problems were very closely related to each other and two hotfixes in closes succession were deployed, whereas the first hotfix should have dealt with the second problem too.
This problem occurred because of poor input quality.
For example on my end I expected boolean value true and the string value "True" to be not equal. However I had to bend over backwards with my code to allow the equality check of booleans and strings in a manner that the example here returns a positive result on the equality check.Friday, 25-Feb-22 10:55:43 UTC from web