Tim Babb

Results 14 comments of Tim Babb

Yes, building from master. Just found #502 and am currently working around with CXXFLAGS.

Fixed the stray whitespace, but the overlong line is inlined SSA, which that file is already full of, and which I can't really truncate. What do I need to do...

Any chance this and #710 could make it into the next release? It'd really help clean up some workarounds! Thanks!

I have a similar case— user data needs to be mapped into an untrusted environment, and the only way to handle this seems to either be to make an unreasonable...

I'd do it myself, if I had access to the code! This would save me a *ton* of trouble.

I'm suddenly seeing this issue on MacOS Sonoma 14.6.1 after a recent XCode developer tools update. Clang is: ``` $ clang++ -v Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin23.6.0 Thread...

A, B, or C? ![Untitled_Artwork](https://github.com/user-attachments/assets/150603a4-2cf4-4176-9ec0-db9516964191) It sounds like maybe "B"?

@Vipitis I'm worried you might be answering a question I'm not asking, since in this diagram the blue and yellow vectors are user specified and can point in any direction....

Is the center + size behavior guaranteed by the spec, or part of the "implementation defined" behavior?

Casting my vote for this to be implemented. Sure, users could paste code that does it, but writing a correct, efficient, ~numerically stable inverse function is nontrivial. It would be...