Carter Li

Results 57 issues of Carter Li

1. Bad image shown in the main window ![screenshot 2015-06-01_13-08-19](https://cloud.githubusercontent.com/assets/6134068/7906595/37fcc78c-0860-11e5-901a-df425435b602.jpg) 2. Unusable native file dialog 1) Make sure `Use Native OS File Dialogs` is checked 2) Click Menu => System...

Great project! Very useful. However, this project doesn't support unnamed union in struct ![image](https://user-images.githubusercontent.com/6134068/160222233-ec332e5a-68e4-4893-ac16-c892f1662d76.png) If more than one field in a struct shares the same offset, they shoud be in...

## Description Upgrade ovarall dependencies ## Related Issues N/A ### Checklist: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [x]...

* find: use native `Array#find` when possible like other wrap functions * bind: use native `Function#bind` when possible * curry: optimize for most common use cases

我[基于官方仓库的PR](https://github.com/iina/iina/pull/2857)在一个非官方的IINA版本上[添加了AppleScript支持](https://github.com/iina-plus/iina/commit/b99f1ddadf2bbdb19f99291a21a0ec8a4e5a5a6f). ```shell $ sdef /Applications/IINA.app ``` 我也尝试参考现有代码给LyricsX添加IINA的支持,但是由于众所周知的网络问题我下载依赖包一直失败,尝试好几次之后放弃了。这个PR包含了一些初始代码(由于依赖的问题项目起不起来所以未测试),希望能有所帮助

- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: `2.4.1` - `zsh --version`: `zsh 5.3.1-dev-0 (x86_64-apple-darwin16.6.0)` Also...

**Is your feature request related to a problem? Please describe.** Grasscutter is a good place to test characters and practice combos. However the problem is that enemies are too weak...

enhancement
suggestion

https://github.com/jbaysolutions/vue-grid-layout/blob/master/src/helpers/draggableUtils.js#L10 `evt.offsetParent` should be `evt.target.offsetParent`

Threading support can be very useful in async programming. For example thread joining and condvar waiting. Futex is a good start IMO.