-
Some findings from an initial investigation:
If we delete the following files from picoquic:
```
tls_api.c
picoquic_ptls_openssl.c
picoquic_ptls_minicrypto.c
picoquic_ptls_fusion.c
picoquic_m…
-
# Problem
After upgrading from EF Core 8 to EF Core 9, we encountered a regression where using `migrationBuilder.DropTable` followed by recreating the same table in a single migration causes issues. T…
-
### Description
I have found a possible issue with the new ``PersistedAssemblyBuilder`` introduced in .NET 9 that causes invalid IL to be generated when loading fields of generic types that have a ge…
-
**Describe the bug**
I am trying to build CCF from source. I am using the docker ghcr.io/microsoft/ccf/ci/default:build-25-07-2024. I have installed open-enclave sdk inside the docker. Further, I am u…
-
We have a transformation that use c# and after the update we have this error :
The server encountered an unexpected error:
"Error (CS0246, Line 5, Col 7): Le type ou le nom d'espace de noms 'Lith…
-
# Environment
**Delta-rs version**: 0.21.0
**Binding**: python
**Environment**: local, WSL2, Ubuntu 24.04.1 LTS
***
# Bug
**What happened**:
`_internal.DeltaError: Generic DeltaTable …
-
From IETF RFC 8866:
```
connection-field = %s"c" "=" nettype SP addrtype SP connection-address CRLF
[...]
; sub-rules of 'c='
connection-address = multicast-address / unicast-address
…
-
**Describe the bug**
When I try to generate schematic, there's a warning prevent the schematic generation.
WARNING: Schematic generation is not implemented for KiCad version 8. @ [C:\Data\skidl\sk…
-
The following works:
// csharp
public interface FromCSharp
{
void F(Enumerable source)
where Enumerable : System.Collections.IEnumerable;
}
// fsharp…
-
Hi, I am getting this overflow error when converting my image from DICOM to NIFTI. I had quick look through your code, I think one of your conditions for converting to float must be missing when doing…