reverofevil

Results 69 comments of reverofevil

Same problem on GTX 950M, Windows 8.1 when resizing: ``` java.lang.IllegalArgumentException: Upload requires 2421096 elements, but only 657540 elements remain in the buffer at com.sun.prism.impl.BaseTexture.checkUpdateParams(BaseTexture.java:385) at com.sun.prism.d3d.D3DTexture.update(D3DTexture.java:138) at com.sun.prism.impl.BaseTexture.update(BaseTexture.java:321) at...

Almost created a duplicate to this issue. The proposal [was here](https://tc39.es/proposal-template-literal-revision/), normative section in ECMA-262 [here](https://tc39.es/ecma262/#sec-static-semantics-tv-and-trv).

@ExE-Boss > The definition of TemplateStringArray should include undefined in the top‑level index signature, I'm afraid such a change will break existing code. `undefined` is there only if a part...

This makes a lot of sense to me. We have `babel`, TypeScript and the whole set of other languages in production. Yet, the only supported language is ES5. @azz I'm...

Okay, now that doesn't make sense to use template strings, but it does make sense to have a special syntax akin to quasiquotation.

@futagoza But wouldn't extra `if (typeof result !== 'undefined')` check slow down execution of such rules? I think this should be just mentioned in documentation, until there is a way...

@futagoza Yeah, I've missed too much of the context, sorry. If we want to prevent users from mistakingly writing `&{ true }` and similar constructs, there are three ways: -...

Then there should be some `DEBUG` magic in the lib, so that it's possible to remove extraneous checks in production version. If this check happens inside of a small loop...

(The weird moment when I understood @Mingun is Russian too.) Actually TypeScript won't make development of grammars any easier, because you have to annotate types everywhere, and because its type...

Yay, what a win!