-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
Hi there,
I am upgrading a .net project from EF Core 6 to version 8 and got a breaking change related to JSON column types.
```c#
public class User
{
public string[] Roles { get; private set…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I con…
-
Given:
```XML
```
```C#
// See https://aka.ms/new-console-template for more information
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
await using var …
-
**_Bug report_**
* [x] I've checked documentation and searched for existing issues
* [x] I've made sure my project is based on the latest MST version
* [x] Fork [this](https://codesandbox.io/s/y6…
-
Hello,
I am having trouble running ray. I am not sure if this is a simple error on my side or something related to Openmpi.
![screen shot 2014-11-19 at 8 41 39 pm](https://cloud.githubusercontent.com…
-
When selecting property grid content for 2 elements, where one of the elements has values and the other - not, the properties don't get set as merged. The regression is likely introduced with https://…
-
[This draft PR](https://github.com/iTwin/itwinjs-core/pull/3161) will change AO to make the effect more pleasing in views where geometry is more distant from the camera than other geometry.
We should…
-
Example:
```cs
public static async Task Main(string[] args)
{
var factory = new ConnectionFactory() { HostName = "localhost" };
using var connection = factory.CreateConnection();
var chan…
-
## File a bug
I'm running into an unexpected `ArgumentOutOfRangeException` in a library I'm working on. I'm just switching the behavior from loading records in and then deleting them (i.e., `ToList…