David James
David James
Please add the ability to select and copy the JSON, even if it has a short body. For example, I have two requests, one with a small amount of JSON...
Late to this party. For me, the solution was to restart BuildTimeAnalyzer and the logs show up.
+1 to having Ellipse(), including Ellipse(in:CGRect).
Problem persists in Xcode 11. Is anyone able to take this on?
> Xcode 12 is crashing for me when I install it, which branch did you install? I used master. But please create a separate issue. Your comment is unrelated to...
Thanks for doing this @yannickl I took at look at the commit and would make a small suggestion for improvement. There a few places where integers are used in expressions...
When I was troubleshooting this problem in Xcode I tried your latest version first `h + (1 / 3)` and set a breakpoint in my overload and it hit with...
Oh yeah, I didn't think about that. I mean conceivably a person could overload operators to elide Double to CGFloat conversions and potentially the same bug would occur. It's super...