Scott Rippey

Results 115 comments of Scott Rippey

Thank you for the context! Ironically, @BrianWalters had this same problem 2 years ago and I just came across his workaround. I would be happy to create an alternative to...

I've been playing around with some possible syntax, and I've come to a few options. Open for feedback. First let's assume that the `runQuery` should allow for extra inputs (eg....

Thank you so much for pointing out these areas. I will definitely consider how to add these to the migration guide! Thank you @matzexcom for your answers, you're doing such...

Regarding `sanityImage`, I'm eager to hear how helpful it would be to recreate this helper? I was hoping that it would be easy enough (and/or obvious enough) that you could...

@scottquested Can you share some use-cases for `nullToUndefined`? The most common use-case I know of is to provide defaults, so we did add a helper for this, like `q.default(q.string(), "")`....