Colin
Colin
Used @gMagicScott suggestion and it worked perfectly as I required tokens in some commands. Example: ``` bash curl -F file=@'foo.txt' -F uuid=$(lpass show --notes uuid_token) http://myhost.com ```
Looks like they are rolling it out gradually to streams. I poked around with Firefox's network inspector and I can see it making graphql queries during the purple screen. It...
After bouncing around streams all morning, I haven't received a single purple screen. I kept an eye on the network inspector and found this gql POST fired off: ```json {...
Thanks for this @CodeMonkeySteve . Can you post a link where current master fails and this patch works? Want to write a test before merging in.