Lee Robinson

Results 216 comments of Lee Robinson

Is it deployed anywhere we can test?

What are you looking to read from the request object? IYCMI, there's functions like [`headers`](https://beta.nextjs.org/docs/api-reference/headers) and [`cookies`](https://beta.nextjs.org/docs/api-reference/cookies).

Yeah, anything is possible! You could very easily read/write to a local file containing high scores. More ideas [here](https://docs.python.org/3/library/persistence.html).

Hey @dauuricus, I'm glad it was helpful! Could you try running it locally and seeing if the correct sounds are fired?

The code still appears to be right: https://github.com/leerob/Space_Invaders/blob/ccb37ac159e8528b41b96c4e6f65c30ed9e421fb/spaceinvaders.py#L448

Oh, you're asking about your own branch. I took a look and nothing sticks out to me at first glance.

@jongold we're testing a few approaches right now! Check out the latest pulls https://github.com/vercel/og-image/pulls

In your code example, I don't see a `src` provided for the image. I'm able to use `next/image` with `mdx-bundler` as follows: ```jsx ``` After including `next/image` as `Image` is...

Thank you for the feedback. I updated the [original discussion](https://github.com/vercel/next.js/discussions/19065) to mention this workaround to help prevent people from running into this issue 🙏