diehard2

Results 22 issues of diehard2

The action below return MINGW64 instead of UCRT64. The documentation indicates that should not be the case. Apologies if I missed something ``` - uses: msys2/setup-msys2@v2 with: release: false system:...

Hi, I'm getting an error for [build] mold: error: /mydirectory/libflat_combine.a(flat_combine.cpp.o):(.debug_loc): VTT for mynamespace::concurrent::FlatCombineFinishedException refers to a discarded COMDAT section probably due to an ODR violation I'm not seeing this if...

### Description starting colima with colima start --arch aarch64 --vm-type=vz --vz-rosetta my docker-compose file is ``` version: "3.9" services: dds: build: context: . dockerfile: env.Dockerfile ssh: - default platform: linux/amd64...

**Describe the bug** In a bind mount between a Mac directory (M3) and Docker (using Colima) I occasionally get the following errors on random ports Problem with archive_write_finish_entry(): Can't restore...

category:question

### Operating system AlamLinux 8.9 ### Compiler gcc 13.1 ### Steps to reproduce the behavior ```Shell vcpkg install with the following in the manifest file { "name": "arrow", "features": [...

requires:repro

I recently updated from an old version of RapidJSON and I'm seeing some unexpected behavior. I've attached the minimal reproducer below. ParseStream is consuming some bytes of the stream that...

### Description I'm running into a strange issue if I mount a folder from the native OS. In a mounted folder, frequently I'm unable to untar folders. This is particularly...

### Description I've followed the steps here - https://docs.docker.com/build/ci/github-actions/multi-platform/ but I've been unable to get it to work for a custom registry. Its also extremely difficult to both understand and...

kind/enhancement

I'm experiencing an unusual issue. Under high load, I'm seeing the first frame of a message that isn't the routing id sometimes vanish. I'm doing a blocking synchronous client using...

I'm trying to pin a message_t in a way I can use it later for zero copy and I'm having a bear of a time doing it. In the below...