Wong

Results 18 issues of Wong

This PR attempt to bring Swift package manager's `swift build` & `swift test` on macOS and Linux platform. Close #708 Resolve #750 #413 #820 #748 #925 - macOS: ````bash git...

discuss
priority

Analyzing dependencies [!] The platform of the target `` (macOS 11.0) is not compatible with `FDWaveformView (5.0.1)`, which does not support `macOS`.

````swift func fullfill(element: Any, count: Int) { } let a = [1, 2, 3, 4] a.fullfill(0, 2) // [1, 2, 3, 4, 0, 0] ```` `fullfill` will extend the array...

How to upload file with progress? The upload function in ApolloClient doesn't have a progress closure.

help wanted
question
feature
uploading
networking-stack

![image](https://user-images.githubusercontent.com/7384288/91982048-45ad9780-ed5c-11ea-965d-db1463a79b74.png) For a workaround, I have to move 'drawerView.topMargin = 354' behind 'drawerView.overlayVisibilityBehavior = .disabled'

Sometimes HB will give out some game for free. How can I use this API to get these free games info? Thanks in advance.

question

Great repo :+1: I just wondering is there an easy way to glue the segmentControl below navigation bar while scrolling? It will be great if there is an API to...

enhancement

Hello there, do you have any ideas for this unusual crash, which is located at [this line](https://github.com/yapstudios/YapDatabase/blob/master/YapDatabase/YapDatabase.m#L224)? BTW, I am using YapDatabase 3.1. I am trying to read data from...