Ming C.

Results 7 issues of Ming C.

make test lunch Chrom with a blank screen with following output: ``` @ Starting com.android.chrome/com.google.android.apps.chrome.Main ... @ Injection into PID 16594 starting ... --------- beginning of main --------- beginning of...

OS: Debian 10 Buster 64bit ``` $ protonvpn-cli -v ProtonVPN CLI v3.8.0 (protonvpn-nm-lib v3.3.2; proton-client v0.5.1) ``` ## Reproduce steps: 1. Login 2. Repeat connect and disconnect, first a few...

Test Rule: ``` ||example.com/foo/bar| ``` Generated rule: ```json { "trigger": { "url-filter": "^[htpsw]+:\\/\\/([a-z0-9-]+\\.)?example\\.com\\/foo\\/bar$" }, "action": { "type": "block" } } ``` There are two issues on this generated rule: 1....

Priority: P4

```sh % swiftformat -version 0.54.1 ``` Default rule. ```swift import SwiftUI class Foo: View { var body: some View { let _ = Self._printChanges() Text("Foo") } ``` Should not remove...

bug
can't reproduce

First, thank you for this library—it's simple yet powerful. As a calculator, I'd like to use `x` `÷` instead of `*` `/`. I tried to pass custom symbols ```swift let...

Hello, Thanks for sharing this awesome project. I am looking for a fast decoder can decode 5 thousands of thousands json records. Is there any performance benchmark done with default...

**Describe what problem your feature request solves**: The generated HTML/PDF report isn’t optimized for viewing on mobile devices, such as phones with small screens. **Describe the solution you'd like**: Generate...

enhancement
question