Narlei Moreira

Results 11 comments of Narlei Moreira

@ruixingchen this pull request fix this: https://github.com/Ahmed-Ali/JSONExport/pull/93

The ld64 is working as well, the problem is only with zld. I'll create an example.

Use pod with git url works, but force CI to download every build. Please pod repo push IHProgressHUD.podspec

Created a pull request https://github.com/enormego/EGOCache/pull/59

I'm having a problem too with breaking lines with escape `\n`. ``` "key" = "My \n value" ``` This key shows like: ``` My value ``` But fallback is using...

Try this: ```` let queryParams = "{id, name, list_price}" let escapedQuery = queryParams.addingPercentEncoding(withAllowedCharacters: CharacterSet.urlQueryAllowed) return .requestParameters(parameters: [ "jsonrpc": "2.0", "session_id": sessId, "query": escapedQuery], encoding: URLEncoding.default) ````