Filipe Medeiros

Results 100 comments of Filipe Medeiros

Why does this matter? Is the count supposed to change after sorting?

Hey @jayair ! It doesn't fiz the issue for me. Keep getting the same error. No idea why. Any clues? Copied the code exactly.

Yup created a new component. I'll try the older version as a temporary solution and give feedback later today. Thanks for the amazing work!

this can be closed (it's already implemented)

Next only checks [this](https://github.com/vercel/next.js/blob/canary/packages/next/types/index.d.ts#L128): ```typescript export type InferGetServerSidePropsType = T extends GetServerSideProps< infer P, any > ? P : T extends ( context?: GetServerSidePropsContext ) => Promise ? P :...

https://github.com/ChainSafe/lodestar/pull/2213 Can this be closed since the above PR tried to do this but the trade offs were not good enough? Or are you guys still looking for a better...

@markerikson like I found out in comment https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/31#issuecomment-1304815626, that solution breaks for pnpm for some reason. Probably module resolution?

is this currently being worked on by anyone?

I'd love to help. I'm very new to Vue. With that in mind, do you think I should wait for you (or someone else) and make small contributions on top?...