Zongle Wang

Results 286 issues of Zongle Wang

https://github.com/Byron/dua-cli

# Pull Request Details ## Description We don't need to always publish build scans on local devices. ## Related Issue ## How Has This Been Tested ## Types of changes...

Now we can just sync all tags with `sync_tags: true`, it would be great to add a new option to sync specific tags like `sync_tags: "android-14.0.0_*"` to match the tags...

Convert markdown to plaintext using: ```kt private fun convertMarkdownToPlaintext(markdown: String): String { val parser = Parser.builder().build() val document = parser.parse(markdown) val renderer = TextContentRenderer.builder().build() return renderer.render(document) } ``` Example: ```markdown...

bug

- Closes #1421. - Closes #1426. ---------------------------------- Ones who need this can try out my published versions contain the, check https://central.sonatype.com/artifact/io.github.goooler.android/filedownloader-fork.

### Describe the feature or problem you’d like to solve As [Keep a Changelog](https://keepachangelog.com/) described, a good changelog should look like: ```md ## [Unreleased] ## [1.1.1] ### Added - 1...

enhancement
needs-triage

GitHub releases will be triggered by tags pushing, you can also add some steps like website deployment in this workflow.