Zongle Wang

Results 275 issues of Zongle Wang

We can use [Licensee](https://github.com/cashapp/licensee) to generate a dependency report and show it in [LicenseActivity](https://github.com/tuskyapp/Tusky/blob/develop/app/src/main/java/com/keylesspalace/tusky/LicenseActivity.kt). For ones who want to finish this, you can ref https://github.com/LawnchairLauncher/lawnicons/pull/1288.

It's unused after 2ecad8bbb8a1545b40f96ea916ed20a574dbbcc4.

### Is your feature request related to a problem? Please describe. ```kt @GET("me") suspend fun getUser(): Result ``` Refs https://github.com/square/retrofit/issues/3558. ### Describe the solution you'd like Refs https://github.com/square/retrofit/pull/4018. ### Describe...

enhancement

### Ktorfit version 2.4.1 ### What happened and how can we reproduce this issue? Run this ```kt interface GithubApi { /** * https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event */ @POST("repos/{fullName}/actions/workflows/{workflowId}/dispatches") suspend fun dispatchWorkflow( @Path("fullName", encoded...

bug

> The Fused Library plugin bundled with Android Gradle Plugin assists with packaging multiple Android Library modules into a single publishable Android Library. This lets you to modularise your library's...

**Describe the bug** Write ```md ## [9.0.0-beta11] - 2025-03-18 **Added** - 1 - 2 **Changed** - 3 - 4 ``` into the changelog.md file and run `./gradlew getChangelog --no-header --console=plain...

bug

**Describe the bug** Write ```md ## [9.0.0-beta11] - 2025-03-18 [9.0.0-beta11]: https://github.com/GradleUp/shadow/releases/tag/9.0.0-beta11 **Added** - 1 - 2 ``` into the changelog.md file and run `./gradlew getChangelog --no-header --console=plain -q`, you'll see:...

bug

**Is your feature request related to a problem? Please describe.** Now we have to extract the release notes string and write it to shell like https://github.com/JetBrains/gradle-changelog-plugin/blob/c3902fd5754ba2622dd101be3c97a05359142e83/.github/workflows/build.yml#L126 It would be better...

enhancement

``` Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is used. Please refer to the...