Tsungyu Yu

Results 12 issues of Tsungyu Yu

Image is not resizing itself without resizable, and TextField doesn't need capitalization for user's account.

Hi, I find that Collection type automatic collapse unchanged value is pretty neat. Can we extend collapse to struct type? I tried some test cases, but it seems like some...

Consider of [SE-0258](https://github.com/apple/swift-evolution/blob/master/proposals/0258-property-wrappers.md) ```swift @Expressed("id") var id:String = UUID().string ``` ## Help Wanted 1. `Expressed` Maybe not a proper name, help wanted. 2. Still working on tests, don't know how...

help wanted

I tried my best to support Swift. For me, I only have AppCode for developing Swift. Can someone help me check if PR satisfies the `the file type detection works.`...

These two tests didn't pass on macOS 10.15.7. `testReceiveWithLogging` `testReceiveOnFailure` But to be honest, I don't know why. Just check the error message and fix the assertion.

## Description Get the test case name from the function instead of the call stack. fix #15

## Description The package targets will not be able to compile on linux (any target, not just test target) once have this package as dependence. ## The solution - Null...

Hi, Thank you a lot for having this project; I love it. I found an `ERROR` when using `verify()` With the following test update, you can see the file name...

add the ability to indicate generic type by the syntax of `init()` ```swift struct Target:CreateByVoid { } let target:Target = Builder() .build() ```

This PR Delete the Operator `+` and `-`, in case of the performance result. Here's the result of struct for creating over 1_000_000 objects with 60 steps of assign. ###...