Daniel Bermond

Results 22 issues of Daniel Bermond

Under Wayland, `QGuiApplication::nativeInterface()` seems to return a null pointer. At least, this happens in Plasma 6.0.3 with Qt 6.6.2. A segmentation fault occurs when dereferencing the null pointer for obtaining...

I'm getting the following build error in version 1.10 for the `arm` architecture: ``` CC entropy_common.o In file included from grub/grub-core/lib/zstd/fse.h:303, from grub/grub-core/lib/zstd/entropy_common.c:41: grub/grub-core/lib/zstd/bitstream.h:395:19: error: conflicting types for 'BIT_readBits'; have...

## Description I'm getting a build error when trying to build TensorRT GA 10.2.0, which in turn uses onnx-tensorrt version `release/GA-10.2` (by commit 706f02e74366b2cbaacf87be61de95df051a2788): ``` CMake Error at parsers/onnx/CMakeLists.txt:121 (add_library):...

The git master branch currently gives me the following test failures: ``` 99% tests passed, 10 tests failed out of 3037 Total Test time (real) = 103.96 sec The following...

## Current Behavior The test `test_history_dummy` fails to pass. System Information: - OS: Arch Linux - Python: tested with 3.12.7 and 3.13.1, same result Traceback (if applicable): see bellow ```...

tests
linux
good first issue
history

The Qt documentation [recommends](https://doc.qt.io/qt-6/signalsandslots.html#signals-and-slots-in-qt-based-libraries) not using Qt keywords in the public API of Qt libraries, specially the `signals` and `slots` Qt keywords. Without this, client applications that are compiled with...

Starting at CMake 4.0, the minimum required policy version is [3.5.0](https://cmake.org/cmake/help/v4.0/command/cmake_minimum_required.html), either specified by `cmake_minimum_required()` or by `cmake_policy()`. This also applies to individual policies when they are set, which must...

The following tests are failing to pass in version 5.0.0a5: ``` tests/test_examples.py::test_example[group] FAILED tests/test_examples.py::test_example[headings] FAILED ``` Detailed failures output: ``` =================================== FAILURES =================================== _____________________________ test_example[group] ______________________________ make_app = tmp_path =...

CUDA 13.0 has some incompatible API [changes](https://developer.nvidia.com/blog/whats-new-and-important-in-cuda-toolkit-13-0/#changes_to_cudadeviceprop).

When using GCC 15, it builds fine but the tests fails to pass. Tests output: https://pastebin.com/XU5nRrTf When building with GCC 14, the tests passes fine. Commands used: ``` $ cmake...

bug