João Ferreira

Results 6 comments of João Ferreira

> It's very simple, you can try to open console and do: > > document.cookie = "username=John Doe"; > document.cookie > > Expected: > "username=John Doe" > But result is:...

On your POC's README.md it is mentioned: > Although cookies work with default settings, they are never visible. That is, developers cannot inspect cookies inside of Safari's devtools (under application...

I have the same issue. My stack is similar to @FarhadG's (cordova + react). Replacing UIWebView with WKWebView I lost access to all my cookies -- `document.cookie` always returns empty....

Hey @elliotweiser. According to [this](https://github.com/ansible/ansible/issues/76567#issuecomment-996141030), Ansible doesn't do anything special to validate the Python is usable, it just checks that it is present. When a playbook is run against a...

@elliotweiser apologies if I wasn't clear enough. Starting with macOS 12.3, the **only** Python bundled with the OS is `/usr/bin/python3`, which only spawns a GUI to install CLT in order...

@fladna9 Nearly a year later this saved me. Much appreciated.