Tung

Results 18 issues of Tung

Testing on a bluetooth keyboard, mode `K375s`.

``` hb-subset-cff1.cc:405:33: error: variable 'supp_size' set but not used [-Werror,-Wunused-but-set-variable] unsigned int size0, size1, supp_size; ^ 1 error generated. make[4]: *** [libharfbuzz_subset_la-hb-subset-cff1.lo] Error 1 make[4]: *** Waiting for unfinished jobs.......

Hi, While sending json data with `client.send(data: json)`, sometimes will cause websocket client disconnection: ``` [connection] nw_socket_handle_socket_event [C1:1] Socket SO_ERROR [54: Connection reset by peer] [CLIENT] WebSocket disconnected - error:...

I like QGrid, it is a very elegant solution like collection view. I am looking for a SwiftUI component like LazyGrid (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid), but needs to be forward compatible with iOS...

Can this `Data.Element : Identifiable` remove from ```swift public struct QGrid : View where Data : RandomAccessCollection, Content : View, Data.Element : Identifiable ``` to support Core Data NSManagedObjects

Build env: Xcode 11.5, macOS Catalina 10.15.5, error details below. Build with Carthage: `carthage update --platform ios,macosx` `error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target...

run `xcversion update`, showing these: ```sh Unable to determine Xcode version from path name, installed list may not correctly identify installed betas nil versions are discouraged and will be deprecated...

下载文件大小:4GB左右 出现问题进度:88%-96% 下载速度:0-6K/s

I am looking for a SwiftUI component like LazyGrid (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid), but needs to be forward compatible with iOS 13.x or macOS 10.15.x. Does GridStack have this feature please?

After cloning the source code, open `examples/upnpbrowser/ios/upnpbrowser.xcodeproj`, build. Whether I miss something important or not? When I use the script `./configure_macosx`, then make, it shows following error: > $ make...