Olivier Penhoat
Olivier Penhoat
This snippet of code makes blanket fail : ``` function foo(paths) { paths = []; Array.prototype.slice.call(arguments).forEach(function (path) {...}); } ``` blanket redefine the value of the first argument to []...
The hardcoded shebang does not allow to specify a custom version of nodejs to use. This contribution propose to separate the main shell script and the main JS script and...
Hello, The RSS URL of blog seems to not render accented characters. I suppose it's because of the response header "Content-Type: text/xml" without charset (utf8). URL to reproduce : https://niji.tech/rss.xml...