Solution isn't showing in Code Examples

I’ve completed Stage #NZ8 (Retrieve data using an index) in Gleam, but my solution isn’t showing in the Code Examples tab. My solution is displayed on the previous stages though.

@caquinn7 Thanks for highlighting this! We’re looking into the issue, and I’ll get back to you as soon as possible.

Hey @caquinn7 - thanks for highlighting this! There was a wrong UTF/ASCII assumption in our code that creates these diffs.

It only triggered on this stage because of a curly quote (“) in one of the files.

Should be fixed now:

This was the diff, for those curious:

Interesting. Thanks for sorting it out!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.