Lickety Split
Lickety Split
> That question is slightly confusing to me - when do you see SSL_MODE_SEND_FALLBACK_SCSV? I thought this would only show up on retries if the application sets it explicitly. Not...
Are you able to scroll/click inside MITMProxy in Warp? Not working for me on latest MacOS/Warp v0.2024.01.16.16.31.stable_01.
Encountering this as well!
What if you change `primarykey` to `primaryKey`? I wonder if the capitalization prevents finding a key for the JOIN table.
Actually, I'm still getting this issue after building locally. Is there anything special I need to do in the build? Seems the `uc_mem_write` function is still culprit. ``` Exception Type:...
Ah, I fixed it. My `cmake` was `x86_64`, but my Python was `arm64`. So the compiled library would refuse to load and it would instead load the older one.