Thomas Fiedler
Thomas Fiedler
+ Add `allowCellular` flag to the `enqueue` that defaults to `true` + Add separate `NSURLSession` on iOS that sets `allowsCellularAccess` false in its configuration + Schedule download requests with one...
Atm it is only possible to clear all tasks at once. I need enqueue a number of uploads and need to keep track of them to trigger additional tasks once...
## Expect In my use case I need to filter images by their aspect ratio (width / height) and only display images that satisfy a specific ratio constraint (`width /...
I tried running my tests by simply calling `spec` in the root folder and it only picked up tests in a `packages/test` folder and ignored the ones in the main...
+ Use the correct data type to evaluate the error codes when opening the SQLite database.
**Description** This is more of a question than an issue. But with a more complex application there are a number of scenarios that modify the application state in a way...
### Bug Description When defining a new variant flag type on a different branch, the flag will not be available to clients. I attempted to create a new flag on...
Github complains about the `:` in the screenshot file names. > The path for one of the files in artifact is not valid: /widget-test-open-aboutpage/screenshots/about_page_test:29-_9lM7.png. Contains the following character: Colon :...