Rich Haines

Results 10 comments of Rich Haines

Hey team! Any update on this? Id kill for the ability to just search `border` or `config` etc.. Love the lib 🖤

Hey @timsuchanek ! Hmm, I tested this and you do get both profile and posts in the `userPosts` type: ![prisma-typescript](https://user-images.githubusercontent.com/22930449/130618872-7592e2d8-d9be-47e2-846c-9cddc07df33f.gif) I'll chat with @millsp though 😀

This is getting out of hand with these commits. Closing this PR until its sorted 😅

I fixed it! Sorry about all the commits 😬

> thank you for tackling this! it looks like some generated files got checked in, but overall I think this looks solid. I have one question about the dist target...

Is this ever going to be looked at again? Is this package maintained?

Sure I can ask a few people

This is the fix: https://gist.github.com/jeffreymeng/78bd7f6b0f301fa5ef04359cd512222b

> If this > > ``` > const metaImage = image && image.src ? `${data.site.siteMetadata.siteUrl}${image.src}` : null` > ``` > > works on single post, how do I, if I...