Josh Pullen

Results 120 comments of Josh Pullen
trafficstars

This might also be related to #119 (table of contents scrolling). I haven't properly tested it yet, but sizing figures using CSS only (as opposed to the current solution which...

> All of that said, I think `mdx-bundler` should be very strongly investigated in the near future I agree. There's a good chance that `mdx-bundler` turns out to be the...

Trying out `mdx-bundler`. The first roadblock is this error, where backslashes in math expressions cause issues: ``` > __mdx_bundler_fake_dir__/_mdx_bundler_entry_point.mdx:94:40: error: [plugin: esbuild-xdm] Could not parse expression with acorn: Expecting Unicode...

A lot of this is people/community work, but on the technical side, Next has built-in support for [internationalized routing](https://nextjs.org/docs/advanced-features/i18n-routing). We will have to think about whether assets (images/videos) should be...

I would like to set this up, but I think the right solution is to have a nice little issue template or form for people to fill out, which I...

Today I learned that Next has [built-in support](https://nextjs.org/docs/advanced-features/measuring-performance) for measuring these web vitals!

That's a relief! But I'm confused how you got those numbers. Are you just using the Lighthouse tab in Chrome devtools? That's what I did, and I was consistently getting...

This is done! (#233) It was simple enough in principle, but a bit of an effort to actually solve. 😅

I am in favor of this if others are.

@HanClinto I'm not actually clear on what the fault is in that example project. Is it the fact that the sprite can still be inside an edge after bouncing? Edit:...