Basit Ali

Results 11 issues of Basit Ali

Added a new function in NUISettings that returns an image from gradient colors and size. - (UIImage_)getImageFromGradientColors:(NSArray_)colors size:(CGSize)size; Updated NUIButtonRenderer to utilize this new mthod for normal and highlighted state...

Reset isCacheable to true after source change returns a valid image.

Fixes issue #178 by compiling typescript code instead of just transpiling (May need to test for performance or maybe a switch to configure).

Added the ability for the popup views to be presented modally i.e. they won't be dismissed when tapping outside the view area. Updated the Demo to showcase the functionality.

Library paths. Append path for NSString.

## Middle click to toggle spanning multiple zones ## PR Checklist - [x] **Closes:** #7925 - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been...

Revisit-0.71

This allows specifying custom builder methods for variable definition to cater requirements such as #22 and #65. ```javascript import * as gql from 'gql-query-builder' function customVarBuilder(key: string, value: BuilderVariableOptions) {...

*What is your setup and what steps did you do?* When running pytest under a container or GitHub Actions ends up with the the following files 1. .testmondata 2. .testmondata-shm...

The expected argument is `user` and not `userId`