-
### Xmake 版本
xmake v2.9.4+dev.af3090adb
### 操作系统版本和架构
Windows11 x86-64 22631.3880 mingw64
### 描述问题
xmake test 在windows平台无法正确add_test("test",{run_timeout(1000)})
会出现
```
error: wait…
ZtRXR updated
3 months ago
-
### Environment
- OS and Version: Windows 10 22H2
- VS Code Version: 1.85.2
- C/C++ Extension Version: 1.18.5
### Bug Summary and Steps to Reproduce
**Bug Summary:**
If both `"compiler…
-
With large node graphs and overlapping links it can be difficult to quickly determine which nodes are actually connected. I think the ability to find connected nodes based off a selected link would be…
-
**Describe the bug**
openVINO gave RuntimeError at Notebook:Convert Detectron2 Models to OpenVINO with Integrated GPU.
I changed openVINO version from 2023.1.0 to 2024.3.0, all gave RuntimeError.
…
-
**Describe the bug**
I am trying to make a rtsp workflow from a libcamera sensor (IMX519 with autofocus).
**To Reproduce**
sudo modprobe v4l2loopback video_nr=3
v4l2compress -fH264 /dev/video0…
-
For example [protobuf.dev/reference/cpp/api-docs/google.protobuf.descriptor/#Descriptor.full_name.details](https://protobuf.dev/reference/cpp/api-docs/google.protobuf.descriptor/#Descriptor.full_name.…
-
It seems that in general trying to use Unreal Enums in Haxe causes problems.
Test:
```
var b:EBodyCollisionResponse = EBodyCollisionResponse.BodyCollision_Enabled;
var c:EBlendableLocation = EB…
datee updated
2 years ago
-
I am seeing occasional crashing calling probe_wdl (supposedly thread-safe) in a multithreaded engine.
Stack trace follows (generated by GCC 6.2 with -fsanitize=address and -fsanitize=bounds) (Note:…
-
### Describe the bug
Hi,
I have set my package into editable mode and tried to test the package with the sample test_package from the docs (https://docs.conan.io/2/tutorial/creating_packages/test_…
-
as mention in #176
get_block(idx) and put_block(idx) should throw errors if idx!=0 for DenseUniTensor (currently ignore).
The related unit test are:
https://github.com/Cytnx-dev/Cytnx/blob/f62f0…