syt
syt
 i try to change the following statement in setValue() ``` float division = (ball.xFin - ball.xIni) / max; ViewHelper.setX(ball, value * division + getHeight() / 2 - ball.getWidth()...
### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Fix `Generic parameter 'T' shadows generic parameter...
https://github.com/ObuchiYuki/DevToysMac/issues/144#issue-2005408237
I used the following regular expression: ``` \B\[[1-9][0-9]*\]\s+((((.*?){2},)*)+\s*)(["“\s].*?["”\s]){0}\s*.*[0-9] ```` and the following test text: ``` REFERENCES [23] Jia Deng, Wei Dong, R. Socher, Li-Jia Li, Kai Li, and Li Fei-Fei,...