Greg McKelvey

Results 26 comments of Greg McKelvey
trafficstars

After #186 , the block types are a lot more filled out!

Thank you so much! I'm yarn patching this until it gets merged 🎉

I understand this isn't a React app, and I don't expect state or anything, but this is a third party lib that turns rich text into DOM. Looks like I...

Whelp, found a work around for this! If I just render the react to html myself, then everyone is happy 🤷 ```tsx import { PortableText } from "@portabletext/react" import {...

I was able to get it to build in docker, but I needed to tweak the `install` cmd to be `--locked` otherwise, it was breaking by installing newer versions of...

I wasn't able to figure out the best way to use Node SEA, but it seems like [@yao-pkg/pkg](https://github.com/yao-pkg/pkg) is being maintained, so i moved to that 🤷