code-hike / codehike

Marvellous code walkthroughs
https://codehike.org
MIT License
4.39k stars 135 forks source link

Stackblitz demo is not working #311

Closed ukeskin closed 1 year ago

ukeskin commented 1 year ago

https://stackblitz.com/github/code-hike/codehike/tree/main/examples/nextjs

pomber commented 1 year ago

308 should fix this

pomber commented 1 year ago

Still doesn't work. It may be related to stackblitz/webcontainer-core#935

pomber commented 1 year ago

The nextra and mdx-bundler are having the same issue as nextjs. Issue: stackblitz/webcontainer-core#935

The contentlayer example has a memory issue (Error code: SBOX_FATAL_MEMORY_EXCEEDED) in stackblitz. They have the same issue in their example: contentlayerdev/contentlayer#351.

pomber commented 1 year ago

All working now, except contentlayer on Windows/Chrome. Issue: https://github.com/stackblitz/webcontainer-core/issues/943.

ukeskin commented 1 year ago

Yes 👍🏻 Thank you for your attention