Andrew Martin

Results 28 comments of Andrew Martin

Hi everyone, thanks for your help and digging into this–– Curious if y'all have had any luck with getting server side files to work, cross-posting from https://github.com/vercel/next.js/issues/62008#issuecomment-1944338999

I am not 100% sure if I did this right but I got the typing mostly working by: 1. Creating a utility type that extends the base entry, and nests...

Okay, I did one more patch because apparently the `Entry` from `contentful` is horrible. ```ts import { type Asset, type Entry, // this sucks type EntrySys, type BaseEntry, } from...

Seeing this as well in OSX.

Any chance we can get this fix into the library? I know there haven't been updates in a year or so but would love to see it work. This simple...

@vladaman thanks for your suggestion, this seems like a worthy solution! Would be really good to have some simple decorator option to make them nullish though. I'm going to +1...

Same here, curious if you can somehow allow parsing of the files using `ts-node`.