Zhou Hao

Results 69 issues of Zhou Hao

Got the following error message when compiling: > /Users/Projects/test/MarkDown/MarkDown/ViewController.swift:10:8: No such module 'CommonMark' Here is my steps to add CommonMark: 1. Create a single view project 2. `pod init` 3....

New to OCR. Here is my image. Should I do some training or something else? Any idea? Thanks. 

It's a great component. But I found the htmlText doesn't work the same way as the text does. It seems the multiple lines is supported but the auto shrink is...

Here is my code: ``` SwiftyStoreKit.updatedDownloadsHandler = { downloads in // contentURL is not nil if downloadState == .finished let contentURLs = downloads.compactMap { $0.contentURL } for download in downloads...

type: question

Is abcjs support guitar tab and chord diagram? Thanks.

enhancement
visual

1. Is it possible to support multiple Navigation map? 2. How to pass object when map the storyboard? 3. Is it possible for customized animation in push, present, open? Thanks.

Error message is: > module.js:529 > throw err; > ^ > > Error: Cannot find module '/usr/local/lib/node_modules/blockchain-cli/node_modules/wrtc/build/wrtc/v0.0.62/Release/node-v57-darwin-x64/wrtc.node' > at Function.Module._resolveFilename (module.js:527:15) > at Function.Module._load (module.js:476:23) > at Module.require (module.js:568:17) >...

I have a function: `func find(name: String, complete: (([Result])->Void))` I want to convert to a function something like this: ``` func find(name: String) -> Promise { find(name: name) { (result)...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [X] I have looked at the [Documentation](http://snapkit.io/docs) *...

I have the following yaml snippet: ``` /test: x-swagger-router-controller: test get: description: Testing operationId: test responses: "200": description: Success default: description: Error ``` Controller test.js in mock folder: ``` 'use...