Andras Barthazi
Andras Barthazi
Validating Host:Port should be checked. Possible problems are: - validateHost calls getServerName(), but serverVars['SERVER_NAME'] will not contain port number - if the server not running on port 80 or 443,...
As far as I see, even basics like [num] to access a character, or length property are not supported (there's a reference in the string test, but only as a...
I'm not sure if it's my implementation or an issue with the engine, but string comparison operators greater and smaller than are causing an abort. ```javascript let x = '0';...
It seems there is an issue related to ```var``` declarations: ```javascript function main() { var x = 'before'; console.log(x); var x = 'after'; } main(); ``` The expected behaviour is...
Hi guys, Just got this email from Read the Doce: We are announcing the deprecation of Sphinx context injection at build time for all the projects. The deprecation date is...