Anthony Eid

Results 3 issues of Anthony Eid

It didn't auto generate a docstring for the `sign_up function` until I moved it to the bottom of the file. ```python from config import config_mysql import mysql.connector cnx = mysql.connector.connect(**config_mysql)...

bug

Tasks are able to access a users selected text using the environment variable "ZED_SELECTED_TEXT".

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature Currently Zed has four environment variables that are set when zed tasks are ran. Which are ZED_ROW, ZED_COLUMN,...

enhancement
tasks