Dio
Dio
## Description of the problem, including code/CLI snippet No merge_base API support, while GitLab v4 has this API. See https://docs.gitlab.com/ee/api/repositories.html#merge-base ## Expected Behavior Can get merge_base via python-gitlab ## Actual...
### Overview ShadowParcelFileDescriptor does not implement adoptFd and detachFd, and it causes the issue, see #7032. AOSP behaviors and source code links: https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/os/ParcelFileDescriptor.java ### Proposed Changes - Add shadow implementation...
``` from typing import Optional import typer app = typer.Typer() @app.command() def hello(name: str= ''): if name: typer.echo(f"Hello {name}") else: typer.echo("Hello World!") ``` Extending the typing may help understanding the...
**Description:** I got the following nested results when merge one JUnit XML with root element `testsuite` and another JUnit XML with root element `testsuites`. JUnit XML with `testsuite`(name `test_suite.xml` in...
使用的0.5.0比1.4.0低太多了,部分源码已经相差很远了
It looks cool to show both Java and Kotlin FIR/CFG with new K2. I wonder if Java source file could be applied to K2 FIR/CFG? Really need this for my...
Strip JaCoCo constructor probes data initialization instructions from `callSuper` instructions for JaCoCo instrumentation was detected. And insert these instructions into the beginning of the original constructor. Note that there can...
### Description My code changes caused exception at Application.onCreate(), and instrumented tests run via AndroidX test orchestrator. execution command line like: ``` // prepare AndroidX test orchestrator .... adb shell...