-
### Description
On iOS only (Android works without issue), ObservableCollection.Clear() throws System.ArgumentOutOfRangeException in one specific scenario. See **Steps to Reproduce** for details.
#…
-
**Feature Description**
Kill +0 or +0.0 from NodeBinaryExpr
**Problem**
```
declare variable := 2
message(variable + 0)
```
**Proposed Solution**
```
declare variable := 2
message(variab…
-
I've followed the [guide](https://github.com/dotnet/wpf/blob/master/Documentation/developer-guide.md#testing-api-changes) and added the lines to my csproj file. I've changed the Wpfrootpath and fixed …
-
**Describe the bug**
Describe what your problem is.
I am unable to shell to any running instance.
**To Reproduce**
How, and what happened?
Installed Multipass using the pkg installer.
Launched…
-
Hey!
As per #253,
> NSFWJS will automatically resize the input image to be square for you.
> No code should be needed on your side.
So, I'm confused why providing different sizes (keeping th…
ghnp5 updated
6 hours ago
-
I had been going to contribute a little to the JSR frontend but some of the code is pretty weird. From the gfm.css file, the exact same CSS variables are being redefined over and over with the same va…
o-t-w updated
4 weeks ago
-
Some parameter values in the qcxms.in setup results in `segmentation fault` or `Bus` errors. Those errors come from the qcxms code side.
The script should catch this errors in the standard output an…
-
As discussed in https://github.com/dotnet/arcade-services/pull/3636 and in https://github.com/dotnet/arcade-services/pull/4026, we have problems with Maestro checks not going green when a build is ski…
-
Hi,
Thanks for the cool library.
Sometimes I get the following error message:
"For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing prop…
-
See #206.
.NET 8.0
Reinforced.typings is apparently incompatible with System.Text.Json 9.0.0.0. It reports the following error:
```
RT0999 Could not load file or assembly 'System.Text.Json,…