Caleb Adewole Erioluwa

Results 3 issues of Caleb Adewole Erioluwa

- Added new function `isTruthy(...)` and `isFalsy(...)` which help to validate if a value is `true` or `false`. This also include testing for `[yes,no,y,n]` to the boolean values. This validation...

blocked
🍿 discussion
to-be-closed

According to the code in line `uint32_t index = ( one_past_max_index+min_index ) / 2; // ?? overflow` it seems possible to have an overflow because according to binary search algorithm...

This PR suggest a fix for yaml boolean value particularly true and false value. This was as a result of a boolean usecase ```.zig const Simple = struct { names:...