Hakan Alpay
Hakan Alpay
 right here yea
Yeah this app only worked after i used a gmail without 2fa and setting this setting to ON 
After a while google thought it was malicious and blocked it from continuing and sent me an email with this warning: 
and the following error ``` Traceback (most recent call last): File "send.py", line 150, in server.send_message(msg) File "/Users/hakan/anaconda3/envs/CM122/lib/python3.7/smtplib.py", line 967, in send_message rcpt_options) File "/Users/hakan/anaconda3/envs/CM122/lib/python3.7/smtplib.py", line 867, in sendmail raise...
My tip would have been too use oauth from the start haha
I installed Chromium via the same command and was not able to get a simple script to work; the following is the error message: ``` (node:761) UnhandledPromiseRejectionWarning: Error: Failed to...
It appears that the token is used in the call to https://github.com/upload/policies/assets I can't find a place the cookie is used there Here's the OPTIONS. I can't exactly tell what's...
``` rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { // This rule allows anyone with your Firestore database reference to view, edit, // and delete all data in your...
Ok so specifically, there's no way to tell if a Document is just not there, or if it's still loading since the loading slot is triggered in both cases. I'm...
{#if data == undefined} hi {/if} I tried every permutation of these but I don't think anything like this will work because only the loading state is shown if there's...