Carter Li
Carter Li
1. Bad image shown in the main window  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  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]...
RT
* 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...
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.