Adrien Destugues
Adrien Destugues
Currently there is no way to know which builder ran a build. This would be useful to debug some problems where a package fails to build only on a single...
Builds can fail occasionaly for various reasons: failed download, unsafe use of parallel build, misconfiguration of slave, etc. It would be nice to automatically retry failed builds a second time...
This may be useful in particular: http://www.becoz.org/beos-en/dontworry BeIDE used to have code completion and easy access to Be book docs thanks to this. Maybe it can be reused easily. It's...
Hello, I think this piece of code is causing me a problem: https://github.com/libsdl-org/SDL/blob/b6ae281e97c4e4680a9010e7e13fe1222c0bcd4b/src/core/haiku/SDL_BeApp.cc#L121 The origin for this is a difference in behavior between Linux and Haiku: - In Linux, when...
** Environment ** - Development system: Yocto Kirkstone, ARM64, using custom hardware. - SDK version: LTS_08_2823 ** Problem description ** We use IoTHubDeviceClient_UploadMultipleBlocksToBlob_Async to start an upload. However, there is...
Environment: - Debian sid - Python 3.11.6 - libgit2-1.7.1+ds-2 - pygit2 1.13.3-1+b1 Test case: from pygit2 import Mailmap Mailmap.from_buffer("RealName oldname ") Result: ValueError: invalid argument: 'replace_email && *replace_email' Expected result:...
Hi, I tried to use Yed (a java diagram editor) and it runs, but I cannot drag and drop shapes onto the drawing area, making it unusable.
Run the following command: dig example.org any Expected result: all DNS records for example.org are printed (A, AAAA, etc.) Actual result: apparently assertion failure with an attempt to print a...
https://github.com/elasota/Aerofoil This is an old Macintosh game that has been ported to modern systems.
# Checklist - [x] I have read the [contribution guidelines] (https://github.com/Azure/azure-iot-sdk-c/blob/main/.github/CONTRIBUTING.md). - [x] I added or modified the existing tests to cover the change (we do not allow our test...