Paul
Paul
Appium leverages the WebDriver protocol to provide a mobile specific set of functionality for testing native, hybrid, and browser apps. As a mobile developer, I would like to see the...
**Enhancement** I often run into discrepancies between the declared state of a store and the actual values held by the store. Much of this stems from improper or incomplete initialization...
In Dojo Stores there isn't a clear way to refer to the end of a list. While there does appear to be some support for JSON Patch's `-` path element...
I would like to provide a set of read-only informative properties on a Dojo web component that can be used to interrogate the state of the widget. For example, properties...
**Bug** When the inject decorator is missing an injector in the registry it [skips calling `getProperties`](https://github.com/dojo/widget-core/blob/0753f5e247b399bc484795bc687eed6fe27702a7/src/decorators/inject.ts#L60) ```typescript if (injector) { const registeredInjectors = registeredInjectorsMap.get(this) || []; if (registeredInjectors.length === 0)...
Currently the comparison algorithm requires compared images to be exactly the same size because it uses a dumb pixel-by-pixel comparison with a tolerance to identify differences between two images. I'd...
It's common for pages to have elements whose contents vary on subsequent page views. For instance, a welcome prompt that says "Hello, <user>" or other personalization; a time stamp; or...
As a user, I'd like to be able to write intern tests that run purely in the browser. For example, I may want to produce a test for a project...
When a `baseUrl` is present packages should not be treated as siblings to Dojo. However, it seems that the `config-tlmSiblingOfDojo` flag isn't being turned off. This is being seen in...
**Bug** There are two "global" command line arguments: `dojorc` and `force`. When one of these is added to the `.dojorc` file they throw an exception.  This happens currently with...