Dan Loewenherz

Results 51 comments of Dan Loewenherz

@kastiglione I'm going to check this out tomorrow morning. Thanks again for the quick change! You are awesome!

@kastiglione Finally got around to testing master. :) Here's the output I get with the latest change in #228: ``` (lldb) pjson `response` error: error: Execution was interrupted, reason: EXC_BAD_ACCESS...

FWIW, here's my `pjson` function in my existing .lldbinit. This one works as expected: ``` command regex ppjson 's/(.+)/po print(NSString(data: JSONSerialization.data(withJSONObject: %1, options: .prettyPrinted), encoding: String.Encoding.utf8.rawValue))/' ```

Unfortunately not, I tried that too. Same output as the original error.

Sounds great, let me know if you'd like an extra hand.

@Cinamonas Thanks so much for creating that fork! Works great. 👍

@sergioteula Very weird! Can you confirm that after a response fails on the server, that it works locally immediately afterwards?

@sergioteula Hmm, since it works locally in all cases, and it works on your server intermittently, my guess is that there must be something different on your server environment. Any...

Gotcha. I'm stumped then. I haven't heard this happening before so I'm wondering if there's something else going on. Any potential firewall that could be affecting both your local environment...