Andrew-Cottrell
Andrew-Cottrell
> the question about "what does an instance mean to developers" is a relevant question to answer As a JavaScript developer who wrote and maintains a library (that is about...
If `class.hasInstance` would be understood to be a fixed `instanceof`, I think many developers would intuitively expect - when `instanceof` is `false`, then `class.hasInstance` must be `false` - when `instanceof`...
I was using the online scanner, at https://webhint.io/scanner/, with the Chrome 79 web browser. If this hint may depend on certain circumstances, perhaps the online documentation could specify.
I prefer "memoize" as I understand the word "memo" to be an abbreviation of the word "memorandum". I agree that similarity with the word "memorize" is unfortunate and could be...
Use case: https://github.com/stevemao/trim-off-newlines (CVE-2021-23425) Use case: https://github.com/sindresorhus/trim-newlines (CVE-2021-33623)
FYI, apparently @yunyxn got it working on some GTX 10xx cards (e.g., GTX 1060 6 GB) with a modified [RayTracedGL1.zip](https://github.com/sultim-t/RayTracedGL1/files/10931937/RayTracedGL1.zip). Ref: https://github.com/sultim-t/xash-rt/issues/2 and https://github.com/sultim-t/RayTracedGL1/pull/31
Is the following, with the "**GameUI_"** prefixes, similar to what you are seeing?  I assume, in my case, the reason for the incorrect text is that I am using...
> Thinking more general, would it be a sensible optimization to always collapse ‘foo(1,2,undefined,undefined)’ into ‘foo(1,2)’? (there may be a need to disable such optimization in some cases, e.g. WebGL...