Sébastien Lorber

Results 1479 comments of Sébastien Lorber

NP, I'll handle that later. Afaik for Vercel free plan we have to reduce memory limit to 1024 or something, had to do this conf in the past: https://github.com/slorber/og-image-quotes/blob/master/now.json

For later usage: GitHub has published a blog post on how they generate their social cards: https://github.blog/2021-06-22-framework-building-open-graph-images/

@PatelN123 ideally you should not need to use swizzle on the Seo component to provide the social cards feature Also, we want it to be flexible, so ideally the user...

@dpang314 I'd like to see the code to be able to tell :) But that looks to be working so that's a goot start 👍 What matters most is to...

So the init template (on which Tailwind is **not installed**) fails to start? Are you sure it's the full repro steps? 🤷‍♂️

I have an M1 pro and can't reproduce this issue with those 3 commands 🤷‍♂️

I don't know, try to provide anything that may be relevant and we'll try to reproduce with same env or compare with other users having similar setups

@nvh95 your monorepo has an unusual shape: - `.` contains the jest-preview project - `website` contains the Docusaurus site IE you are nesting one package within another without very clear...

agree we should have this and make a poc This post provides a very lightweight way to get an emoji from a country code: https://dev.to/jorik/country-code-to-flag-emoji-a21 we can start with something...

Agree that using frontmatter options to override defaults is a good idea. With a `createFrontMatter()` option that I'd like to add, this would also allow users to provide their own...