Philipp Hahn
Philipp Hahn
There also is the [Junit 5 XSD](https://github.com/junit-team/junit5/blob/main/platform-tests/src/test/resources/jenkins-junit.xsd): - This file available under the terms of the MIT License. - many more (optional) attributes - most attributes typed as `string` 😦
> From XSD file: https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd Sadly that link is broken; see https://github.com/Vlatombe/lib-dtkit-format/tree/master/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd possible alternatives. By searching for `junit-4.xsd` I stumbled over https://llg.cubic.org/docs/junit/, which also contains a XSD and an example...
Compiled from [GitLab examples](https://docs.gitlab.com/ci/testing/unit_test_report_examples/): ## Python - https://docs.pytest.org/en/stable/how-to/output.html#creating-junitxml-format-files ## PHP - https://docs.phpunit.de/en/12.1/textui.html ## rust - [crates](https://crates.io/keywords/junit) - https://crates.io/crates/cargo2junit - https://crates.io/crates/junit-report ## go - https://github.com/gotestyourself/gotestsum ## Java - https://junit.org/junit5/ ## .NET...
@JelleZijlstra Replaced by https://github.com/python/typeshed/pull/12734 as I no longer work for @univention and thus no longer have access to the old repository/MR.
I also stumbled over the [CC spec documentation](https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#data-types), which is unclear to me: > fingerprint -- Optional. A unique, deterministic identifier for the specific issue being reported to allow a...
This issue is a problem when running new container images on old container platforms: - Debian-13-Bookworm (stable) has `xz` version [5.8.1-1](https://packages.debian.org/source/stable/xz-utils), which has LandLock compiled in. - When I run...
> --no-auto-sandbox That was AI hallucination from Google. But I only found it out after reading the source code myself. I successfully tested the 1st version of only [5630c33a43a28a3d11030aa9d25fa8617e98da91](https://github.com/tukaani-project/xz/commit/5630c33a43a28a3d11030aa9d25fa8617e98da91) on...
No, your fix is wrong: `self` does not need a type annotation. https://github.com/sibson/vncdotool/blob/main/vncdotool/client.py#L256 Maybe related to #266
> Thanks @pmhahn - apologies for not reviewing sooner. > > Would very much prefer solely the `quote` (and any bugfixes) in a separate PR - which I'd be happy...
Also on Debian-12-Buster with `6.10.6+bpo-amd64`. Bluez: 5.66-1+deb12u2 Strangely only my `BLUETOOTH HID v0.22 Mouse [Logitech MX Ergo Multi-Device Trackball ]` is affected, but my `EPOS ADAPT 360` is not affected...