Good Boy Ninja
Good Boy Ninja
I noticed today that css cursor changes happen to not work properly. After some debugging I found that it has to do with **Windows Display Scaling**. In this example, windows...
### Describe the problem I sometimes forget to type in a semicolon at the end of a css property before saving the file. Both errors in VSC and in the...
With the following code I am creating two inputs: ```js // regular input let input = document.createElement('input'); input.placeholder = 'Regular' input.type = 'text'; document.body.appendChild(input); // shadow input class CustomInput extends...
Hey. **The problem: On Macs, extensions are locked to
Hey. I have been trying to create a `Rich Content` toast and had troubles passing down props, like so: ```ts toast(RichComponent, { props: { someProp: "⭐" } }); ``` I...
The docs state that [TextDocument.tracking](https://github.com/aenhancers/after-effects-scripting-guide/blob/master/docs/other/textdocument.rst#textdocumenttracking) is of type `Floating-point value; read/write.` But when I set a value that isn't an integer, I am getting this error: "_After Effects error: Unable...
### Describe the bug After creating an element with `spring` stores used for coordinates, testing the animation on different displays results in a noticeably different animation. My animation on an...
PolyBezier wasn't exported. @types/bezier-js referenced PolyBezier as a class, but could have only been imported as a type. This should fix that. Fixes #196