OFark

Results 7 issues of OFark

This is a feature of support rather than the actual app. I haven't gotten as far as the app as I'm giving up trying to use it. I'm sure it'll...

Hi, So I'm getting this error: > Mapster.CompileException: Error while compiling > source=Domain.Orders.Models.Order > destination=Infrastructure.SQL.Orders.Models.DB_Order > type=Map > ---> Mapster.CompileException: Error while compiling > source=System.Nullable`1[Domain.Orders.Models.OrderId] > destination=System.Nullable`1[System.Int32] > type=Map >...

I can see you're still updating this project. Can I ask if the libx265, nvenc_hevc, hevc_qsv, etc codecs are going to be supported?

If I ByteSize.Parse("1689.1kb") I get the same value if I ByteSize.Parse("1689.1kB") One is kilobits the other is kiloBytes, yet ByteSize seems to treat b and B the same. Also if...

bug

If I map a dictionary with string keys to another, and I have the `TypeAdapterConfig.GlobalSettings.Default.NameMatchingStrategy(NameMatchingStrategy.Flexible);` setting, it's converting the dictionary keys to Title case. I can stop is doing this...

``` csharp public sealed record FirstType() { public bool ChargeToAccount {get; init;} public string Name {get; set;} } public sealed record SecondType() { public bool CanChargeToAccount { get; init; }...

bug

**Describe the bug** With the Base CSS applied the column sort icons (Chevrons) are hidden by override **Theme Install Method** (Don't skip) Using nginx to Reverse Proxy and subfilter the...

bug