net-art-and-cultures / the-toolkit

GNU General Public License v3.0
0 stars 7 forks source link

deploy server #43

Open nbriz opened 4 years ago

RaviShawnJha commented 4 years ago

@killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this

below is the code i am using

const img = document.createElement('img')

for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }

killyourdarlings commented 4 years ago

I honestly don't understand what he is saying he is having trouble with Can you help me figure this situation out?

On Mon, Dec 9, 2019 at 9:19 PM RaviShawnJha notifications@github.com wrote:

@killyourdarlings https://github.com/killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this

below is the code i am using

const img = document.createElement('img')

for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/net-art-and-cultures/the-toolkit/issues/43?email_source=notifications&email_token=ALWOH3OGR2N2FKDUXGCW47LQX4DC5A5CNFSM4JR5V7J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGMQDTA#issuecomment-563675596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWOH3JTSXGHKCKCGSDEEC3QX4DC5ANCNFSM4JR5V7JQ .

killyourdarlings commented 4 years ago

<Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array?>

I will take a look at this...

On Mon, Dec 9, 2019 at 9:37 PM Jakyung Lee jlee286@saic.edu wrote:

I honestly don't understand what he is saying he is having trouble with Can you help me figure this situation out?

On Mon, Dec 9, 2019 at 9:19 PM RaviShawnJha notifications@github.com wrote:

@killyourdarlings https://github.com/killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this

below is the code i am using

const img = document.createElement('img')

for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/net-art-and-cultures/the-toolkit/issues/43?email_source=notifications&email_token=ALWOH3OGR2N2FKDUXGCW47LQX4DC5A5CNFSM4JR5V7J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGMQDTA#issuecomment-563675596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWOH3JTSXGHKCKCGSDEEC3QX4DC5ANCNFSM4JR5V7JQ .

nbriz commented 4 years ago

@RaviShawnJha + @killyourdarlings let's chat about this in class