Tommy

Results 12 issues of Tommy

Attempted to create and initialize ```WebView2``` but Access Denied. This code is supposed to work only in elevated mode or a particular Windows policy required? ![image](https://user-images.githubusercontent.com/43340959/172055822-30dd13a9-0994-4e41-9c92-65926183c665.png)

area-WebView
question
needs-triage
team-Rendering
product-winui3

### Describe the bug I close the WinUI application by pressing 'X' on the window but remains dormant and must kill it in the Task Manager. ### Steps to reproduce...

bug
needs-triage
team-Reach
product-winui3

**Please provide a guide how to use the nuget package in a `net5` Uno Wasm Head** The current Wasm head is a net5 project aims to use the AppCenter but...

feature request

``` var channel = new NamedPipeChannel(".", "MY_PIPE_NAME"); var client = new Greeter.GreeterClient(channel); ``` Can you check if the server is listening after you execute this ?

**Describe the bug** ... when the ```Hue``` value is set in ```SKColor``` like : ```Stroke = new SolidColorPaint(Context.NextStroke(), 2.0F),``` **To Reproduce** public SKColor NextStroke() { return new SKColor(0xD65282); // Mystic...

### Describe the bug ![image](https://user-images.githubusercontent.com/43340959/188503412-b9ffd09a-7292-4e1f-a3df-88aec95c6203.png) ### Steps to reproduce the bug 1. MSIX packaged application created and hit F5. ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet...

bug
needs-triage

**Describe the bug** Using the labaler below : ``` Labeler = (value) => { if (value < 0D) { return string.Empty; } var date = new DateTime((long)value, DateTimeKind.Utc); if (date...

bug
priority 1

It is merely a question rather than a bug or issue. Is AnyClone preferred over AutoMapper.Map() method ? Without being too specific. And being a little more; do you actually...

**Describe the bug** I change to dark theme and the Y axis labels aren't visible. X axis ones are. **To Reproduce** ``` [DependsOn(nameof(Context))] public IEnumerable AY => new[] { new...

priority 1
requires-attention

### Prerequisites - [X] I am using the [correct version](https://github.com/react-bootstrap/react-bootstrap#bootstrap-compatibility) of React-Bootstrap for my version of Bootstrap - [X] I have [searched](https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aissue) for duplicate or closed issues - [X] I...

bug