Jonathan White

Results 1586 comments of Jonathan White

It's my way of knowing if there is actually a password or not. I know that's a workflow for many others as well.

@phoerious we will need to fix this

The function that uses this call to CGDisplayStreamRef is actually just triggering the permission request to enable Screen Recording which is required for polling the window titles (if I recall...

Can you provide a code snippet from your app?

BTW, you can continue to build properly if you set the following environment variable before running cmake: `MACOSX_DEPLOYMENT_TARGET=10.14`

We are talking about two different things. The linked code hides the window from other processes and remote viewers. I'm referring to harvesting window titles for use by auto-type. This...

Make sure it doesn't have a BOM in the first two bytes?

No code was adjusted related to timeout lock for 2.7.7. The timeout lock code is actually very simple. Set it to 5 minutes and check again.

I'll investigate that angle, thank you for narrowing

I couldn't reproduce the behavior sequence you show above with a timeout of 30 seconds with the debugger on. Everything seemed to work properly.