Rob Cameron

Results 197 comments of Rob Cameron

Oh yeah sorry, I missed the prompt part of that as well! @Tobbe probably edited the comment and added that in after our comments. 😉

Hmm, what do you get if you take a `typeof result.createdAt` versus `typeof scenario.one.createdAt`? It looks from the error message that the scenario is a string but the result (from...

Yup, I’m on it! > On Sep 5, 2022, at 8:30 AM, Dominic Saadi ***@***.***> wrote: > >  > Thanks for the report @maddijoyce! @cannikin could I hand this...

@dac09 Didn't we just update this function to only return a boolean, or throw an error? Was that in the TS strict stuff?

I don't know that we need to throw an error, just update this function to not return the same thing that came from that `forgotPassword` handler: https://github.com/redwoodjs/redwood/blob/main/packages/api/src/functions/dbAuth/DbAuthHandler.ts#L500-L509 So even if...

Did you want to work on this one @maddijoyce? How does my suggestion above sound?

~I marked it as a breaking change: if someone is doing something with the user object returned by that function then they're screwed. Unfortunately, that's everyone running dbAuth since the...

We do have the ability to write [codemods](https://github.com/redwoodjs/redwood/tree/main/packages/codemods), so that your files are automatically updated by us during the `yarn rw upgrade` process, but it's no picnic writing them. And...

Hey @maddijoyce any chance you still want to take this one? No problem if not, just say the word and I'll add to my own queue. :)

There's a trick you can use to close an Issue automatically! If you add the text "Closes #6428" or "Fixes #6428" on a line all by itself in the description...