Rodrigo Navarro

Results 4 issues of Rodrigo Navarro

I can't say if this is the intended behavior, but we can't use `shallowEqual` to compare `Date` objects: ```javascript d1 = new Date(Date.UTC(2010, 10, 10)) // 2010-11-10T00:00:00.000Z d2 = new...

This errors happens when the `visibleArea` width or height are zero.

Just a very small tweak that I found by accident while skimming the code. By the way, if you wish I could apply Rust Format defaults to the project as...

## Motivation Currently sea-orm requires us to create a struct and derive a macro to be used on custom queries. By having `FromQueryResult` for tuples we would be able to...