Hello!
We're having an issue right now where one of our notebooks contains a hashtag (01 Grammar for #a ≥ #b (NLTK) [4 points]), somewhere along the way in the frontend/backend everything after the first # is being stripped, after doing some debugging it looks like it's on the frontend when encoding the notebook_id in URLs, rather than using encodeURIComponent it just appends the text to the end of the URL resulting in half the assignment name being taken as the HTML anchor (and not sent to the server).
I'm happy to try to create a PR for this but I'm not sure all the places where this problem would be present so would love any guidance or if there's any chance you'd be able to get it fixed.
Thank you!
Hello!
We're having an issue right now where one of our notebooks contains a hashtag (01 Grammar for #a ≥ #b (NLTK) [4 points]), somewhere along the way in the frontend/backend everything after the first # is being stripped, after doing some debugging it looks like it's on the frontend when encoding the notebook_id in URLs, rather than using encodeURIComponent it just appends the text to the end of the URL resulting in half the assignment name being taken as the HTML anchor (and not sent to the server).
I'm happy to try to create a PR for this but I'm not sure all the places where this problem would be present so would love any guidance or if there's any chance you'd be able to get it fixed.
Thank you!