Antoine BERNIER

Results 88 comments of Antoine BERNIER

@timlrx I've tried this naively but get this "Cannot process MDX file with esbuild [plugin @mdx-js/esbuild]" error: ```sh $ npm run dev > [email protected] dev > cross-env INIT_CWD=$PWD next dev...

Indeed it worked also for me after `npx playwright-core install --with-deps chromium` but didn't understand why... can you explain briefly?

> Another consideration is maintenance - I don't want to break everyone's blog with an update. Having the deployable github pages is a start, but I can't guarantee that the...

finally, now that we have gh-page workflow, I'm not so sure it's a good idea compared to a simple fork, that stays "syncable"...

yep thx for the heads up, closing

I think we can just implement this in https://github.com/timlrx/tailwind-nextjs-starter-blog/blob/main/components/Image.tsx resolving the relative URL in here... @timlrx can you confirm? If yes I can do this ;)

i like this, it prevents us from spawning arbitrary color values everywhere and encourages reusing semantic ones

ty for this docs and comments typos are trivial ones, we should obviously merge them but props' naming like `multisamping` is trickier because some users may rely on them: can...

> Is this a breaking change? I'm loading using `Text3D` with `*.jsonfont` files where the content type is `application/octet-stream`, so now my app is crashing because it's trying to use...