Hakan Alpay

Results 19 comments of Hakan Alpay

![image](https://user-images.githubusercontent.com/20587215/109378086-8528ec80-7884-11eb-8c2c-d55c7bdda26a.png) right here yea

Yeah this app only worked after i used a gmail without 2fa and setting this setting to ON ![image](https://user-images.githubusercontent.com/20587215/83838679-c7831b80-a6ae-11ea-8d1d-066934e56129.png)

After a while google thought it was malicious and blocked it from continuing and sent me an email with this warning: ![image](https://user-images.githubusercontent.com/20587215/83838725-e1246300-a6ae-11ea-9512-b8883278951f.png)

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...

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...