Zhou Hao

Results 47 comments of Zhou Hao
trafficstars

Thanks for your reply. Not familiar with how to use SPM. Any guideline? I can't compile CommonMark in Xcode project. It shows: > /Users/Projects/test/MarkDown/commonmark-swift/Sources/Ccmark/module.modulemap:2:12: Header '/usr/local/include/cmark.h' not found Need to...

Sorry. In which part? Server or client?

I guess it's because of the different Angular version. I'll upgrade it to latest parse-server, angular and ionic when I have time.

I upgrade everything to latest version. It works fine for me. Please have a try. Maybe you should delete node_modules and reinstall everything. By the way my angular-cli version is...

Actually I found your solution is change the source code of the original Leanback library. It's really hard to upgrade. Do you have any suggestions?

If I need to set the frame manually, then it's not auto shrink. Am I right? The AutoShrink for the **text** of label is to shrink based on the minimum...

@leavjenn 能讲清楚一点吗?怎么做?谢谢

My purchase function is: ``` SwiftyStoreKit.purchaseProduct(productId, atomically: false) { result in if case .success(let purchase) = result { let downloads = purchase.transaction.downloads if !downloads.isEmpty { SwiftyStoreKit.start(downloads) } // Deliver content...

I think this is the code which cause the issue: ``` // Deliver content from server, then: if purchase.needsFinishTransaction { SwiftyStoreKit.finishTransaction(purchase.transaction) } ``` Is it a bug?

> I don't know if this workaround is correct, but this error seems to occur starting from 9.1.0 of `mermaid.js`. > > By changing the following parameters as follows, the...