siggame / Viseur

Visualizer for the Cadre AI game framework
http://vis.siggame.io
MIT License
5 stars 9 forks source link

Prevent needlessly `escape`ing player names #58

Open magneticflux- opened 3 years ago

magneticflux- commented 3 years ago

Handlebars already does this, so doing it twice causes issues: https://handlebarsjs.com/guide/expressions.html#html-escaping Closes #57

magneticflux- commented 3 years ago

typescript-eslint seems to have updated and broken CI. It wasn't pinned and the lockfile isn't committed so npm ci didn't run, which let it select the most recent version. Commit your package-lock.json! It's there for a reason!

https://github.com/siggame/Viseur/commit/a000fb195887ac86a37199ae293ab76d5eddefe5 ðŸ˜