serlo / frontend

Next.js app that serves serlo.org
https://serlo.org
Apache License 2.0
38 stars 10 forks source link

Make proper 32-int check for ids #731

Closed Entkenntnis closed 3 years ago

Entkenntnis commented 3 years ago

Follow up of #720.

Only prettify ids that are valid 32-bit signed ints.

elbotho commented 3 years ago

@Entkenntnis sorry, didn't see your assignment. Learned something about Ints though :) could you check if https://github.com/serlo/frontend/pull/740 makes sense?