Peter Torpey
Peter Torpey
In my preferences for brackets-todo (and confirmed to be persistent in `brackets.json`), I have selected "Current file" for Search Scope. This works as expected when switching files, as I see...
Using the library types for an After Effects script, TypeScript will produce an error for array arguments to Property.setValue(). For example: ```javascript layer.position.setValue([100, 100]); ``` results in the error for...
In the currently generated lib types, SVGRect is equivalent to DOMRect. The [initial SVG recommendation of SVGRect](https://www.w3.org/TR/SVG11/types.html#InterfaceSVGRect) is as an independent interface, not associated with DOMRect. While the [Geometry Interfaces...
When binding a particular class to a property on a subclass of LitElement, lit-plugin within VS Code produces an error on the binding of a class instance to that property...
### Before creating a new issue, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [X] I have tried disabling all browser extensions or...
This is a request to allow the use of ES module files as config files for posthtml through the CLI. I currently have some build tools that use similar configuration...