Fábio Santos

Results 162 comments of Fábio Santos

Thank you very much for your work! :heart:

https://www.npmjs.com/package/physical-cpu-count

> Avoid calling functions like defineProperty or hasOwnProperty, because they refer to object properties using strings and will break your code if you don't know what you are doing. This...

I was having issues with dark souls 2, and assuming they reused controller code this might help: Disable steam input (force off) then restart the game. Go through the menus...

I'm having the exact same problem and error message. I'm on a 32-bit Windows Vista VM from modern.ie.

Forcing strict mode and foregoing this discussion for now would also be a great thing. Whatever smashes the `with` statement.

One of the things that make JavaScript great is the fact you can eval() most functions' string representations (plus a pair of parentheses) and get a function back. This is...

@rossberg not like a security issue, more like this: ``` const worker = new Worker('data:text/javascript,(' + () => { /* worker code goes here... */ } + ')()') ``` In...

Also, I can't overstate how many times I use `Function.prototype.toString` to read the source code of some unknown callback in the browser console or the node console.