zetashift

Results 85 comments of zetashift

Oh cool thanks for the quick reply!

I can't seem to get it to work, my elisp-fu is too weak for this sadly. @zheli 's layer also isn't working, adding the scala-lsp line gives me the `error...

> ```kakscript > :set-option buffer kts_lang astro > :kak-tree-sitter-req-enable > ``` I did that, and it's still the same, only highlighting in the JS/TS part, and the HTML/JSX part is...

In trying to reproduce this, I made the following: ```javascript const myElement = document.createElement("div") console.log(myElement.id) // returns an empty string, "" // const myApp = document.querySelector("notMyApp"); // ^^ will return...

Thank you very much!!! This is amazing work. The reviewing process might be a bit slow, so please bear with us!

> Alas, that `radii` param is a mess to encode (probably why this method was missing in the first place). Oh yup, from https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-roundrect > If radii is an [unrestricted...

Thank you for this! I'll find some time to review this ASAP, and we're hoping to cut a release (with this PR) sometime in January.

Thank you both a lot for this! I'll wait till @armanbilge reviewed this as well before merging, because reviewing is quite a manual task and I might have missed something.

Fair enough, typescript does the same somewhat https://github.com/microsoft/TypeScript/blob/7d1cc88a8cbdf8aa847a7f2a7d4bfeb89c8dde15/lib/lib.dom.d.ts#L9796

oops, but you are still right tho!