Alex Porras

Results 5 issues of Alex Porras

In trying to figure out some `NULL` sorting handling issues, I ran into https://github.com/glebm/order_query/issues/10, and in particular the suggestion to use `COALESCE` to turn a null value to a non-value....

enhancement

**Describe the bug** isNilOrEmpty returning `true` for empty string (`""`) **To Reproduce** https://ramda-extension.firebaseapp.com/repl/#?R_.isNilOrEmpty%28%22%22%29%3B%20%2F%2F%20true%0A **Expected behavior** isNilOrEmpty should return false for empty string. Though perhaps I am making a bad assumption?...

Using a variant of the [example in `HashConversions`](https://github.com/jnunemaker/httparty/blob/e40a88626d3551eba3764395788d83aa2b3ae564/lib/httparty/hash_conversions.rb#L7), given object `obj`: ``` { "name": "Bob", "phones": [ { "type": "home" // He finally cut the cord! }, { "type": "work",...

Note: I [asked on the #react-navigation discord channel](https://discordapp.com/channels/102860784329052160/288388742929055765/698146937211453521), but was unable to get any leads. So I am hoping I can try here, per the [Navigation prop reference documentation](https://reactnavigation.org/docs/navigation-prop#reset): >...

bug
package:stack

Some of the pages of an app I am working on depend on query param values to render their content. When a user navigates from such a given page to...