Shaun Lawrence

Results 50 issues of Shaun Lawrence

It would great to be able to fluently register functions/operators e.g. ``` context .RegisterFunction("Function1", ...) .RegisterFunction("Function2", ...) ```

Investigate the feasibility of adding in support for ternary operators such as `a ? b : c`, etc.

enhancement

To save issues when parsing on different locales, a single/multiple accepted format(s) should be configurable within the parser.

bug

Ideas on characters to identify a TimeSpan in an expression: ~`|

enhancement

Provide a method of disabling certain functions if they are not required.

enhancement

Compound Animations * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ] Android Support * [ ]...

help wanted
approved
proposal
champion

### Description of Change ### Adds support for fluently setting `SemanticProperties`, `AutomationProperties` and also `VisualElement.AutomationId`. ### Linked Issues ### - Fixes #91 ### PR Checklist ### - [x] Has a...

# Add support for fluently applying SemanticProperties * [x] Proposed * [x] Prototype * [x] Implementation * [x] iOS Support * [x] Android Support * [x] macOS Support * [x]...

approved
champion
proposal
pending documentation
in-progress

When invoking "new W2DImageLoadingService().FromStream(stream)" I see this exception: **System.Exception: 'No resource creator has been registered globally or for this thread.'** I found the following open issue: [IImageLoadingServcie cannot load image...

bug

Perhaps something like registering a scene name with the type so then when calling `gameSceneManager.LoadScene` the user could just pass in the name and have a new instance created.

enhancement