Gary Stanley

Results 4 comments of Gary Stanley

Thank you for quickly tracking down the issue.

There seems to be some animation regression on google maps, perhaps not with your change, but I cannot isolate it. The frame animations are not being consistent between what JS...

> Is ignoring these the right answer? Or should we set ourselves in a 5-retry loop? With sleeps? I was thinking about that, maybe a retry loop (hybrid-ish spinlock?)

Could you try this? ``` set breakpoint pending on break sec_audit_logger_native commands silent set language c frame 0 printf "\n=== Audit log triggered ===\n" printf "msr=%p\n", msr # Guard against...