Jacopo Riciputi
Jacopo Riciputi
At the moment I'm writing I don't see any other way for access to the Right value of an Either than calling the `.unwrap()` method. If this is right, should...
There is a situation with Option while accessing value's nested attributes that could leads to a `null reference exception` It's true that maybe it's quite unusual to face this kind...
Filter expressions that tries to compare string attributes using grater-than or less-than comparison operands are currently not working as expected. Indeed, it seems that Redis always tries to convert them...
Let's use this expression as example: `.name=="jacopo" || .year == 1995` In order to be considered by this expression an element MUST contain both the fields: `name` and `year`. In...