IRC log of #jetrowebdev for Thursday, 2025-02-20

*** mulbah has quit (Remote host closed the connection)01:08
*** ledmer has quit (Quit: Leaving)01:41
*** jelkner has quit (Quit: Leaving)12:23
*** ledmer_ has quit (Ping timeout: 480 seconds)17:10
*** anthony_p has quit (Read error: Connection reset by peer)19:41
*** anthony_p has quit (Ping timeout: 480 seconds)19:52
freenaGood evening jelkner 19:52
*** jelkner_ has quit (None)19:53
*** jelkner_ has quit (Remote host closed the connection)20:04
*** fatima_ has quit (Remote host closed the connection)20:23
tboimahGood day folks20:24
*** fatima_ has quit (Quit: Page closed)20:37
scooperHello everyone20:38
tboimahscooper, join novaweb channel please20:39
scooperok20:39
tboimahgabriel_jetro, you too please20:39
gabriel_jetrojust joining, Greetings everyone20:40
gabriel_jetrotboimah?20:41
*** jelkner_ has quit (Remote host closed the connection)20:43
fatimahello spencer! great to have you20:43
scooperHello fatima20:45
bluberry_hey scooper!20:45
*** bluberry_ has quit (Quit: Page closed)20:47
*** bluberr__ has quit (None)20:49
scooperHello bluberry_ 20:50
*** bluberry_ has quit (None)20:51
*** jelkner_ has quit (None)20:51
bluberryhey scooper, sorry i had to fix something real quick20:54
bluberryim here now20:54
fatima__hello again, my irc was acting weird20:54
scooperOK20:54
bluberryokay we need to talk about our weekly meetings, i understand something was wrong with your hex chat, but it is still important that you email me when you cannot make it. I know you emailed once, but that was for one meeting20:55
ledmerHi20:58
scooperlet keep it on the same schedule. Thursday and Friday.20:58
bluberryI have kept it the same, every thursday at 4:30pm est i am here, and same on fridays 20:59
gabriel_jetroHi, ledmer..21:00
ledmerI wasn't able to join earlier21:00
ledmeras I had to arrive to the carrier center21:00
ledmerwould you guys still be around after our weekly meeting 21:01
ledmer?21:01
scooper+121:01
ledmerok21:01
*** fatima has quit (Quit: Page closed)21:02
fatima__spencer? u there?21:08
*** gabriel_jetro has quit (Ping timeout: 480 seconds)21:14
*** svaye has quit (Ping timeout: 480 seconds)21:15
*** svaye_ has quit (Remote host closed the connection)21:16
*** jamesoconnr has quit (Remote host closed the connection)21:27
mulbahHello everyone 21:31
*** jamesoconnr has quit (Ping timeout: 480 seconds)21:37
*** fatima has quit (Remote host closed the connection)21:39
*** fatima has quit (Remote host closed the connection)21:47
*** fatima has quit (Remote host closed the connection)21:50
*** gabriel_jetro has quit (Ping timeout: 480 seconds)21:53
*** svaye_ has quit (Ping timeout: 480 seconds)21:54
*** mulbah has quit (Remote host closed the connection)21:56
*** tboimah has quit (Quit: Leaving)21:56
*** gabriel_jet has quit (Remote host closed the connection)22:01
*** jamesoconnor has quit (Remote host closed the connection)22:04
*** fatima has quit (Remote host closed the connection)22:07
bluberryscooper are you here?22:16
scooperYES22:16
fatimawhere have you been scooper?22:16
scooperI'm here22:17
scooperfatima22:17
bluberrydo you want to have a meeting for the next like 15 minutes before fatima, and i's next one? I figured out a solution to that button problem you were having 22:19
scooperSure22:21
scooperplease give me five minute let me adjust myself22:21
fatimaokay 22:21
bluberryokay, just so you know we have another meeting at 5:3022:21
scooperI m back22:24
scoopercan we proceed now22:24
bluberryokay you were having a problem getting the read more button to display the hidden bios correct?22:25
scooperyes22:25
bluberryokay the best thing i think we could do is create a javascript function. if you want me to send you the code i can and then you can implement it 22:27
scooperOk I will appreciate22:27
bluberryin your button add this - onclick="myFunction()" - which would look like <button onclick="myFunction()"> </button>22:28
bluberryand in the div with the bio add an id22:29
bluberryfunction myFunction() {22:29
bluberry  var x = document.getElementById("myDIV");22:29
bluberry  if (x.style.display === "none") {22:29
bluberry    x.style.display = "block";22:29
bluberry  } else {22:29
bluberry    x.style.display = "none";22:29
bluberry  }22:29
bluberry}22:29
bluberrythen use this code: 22:29
bluberryhopefully this will work, and add a way to hide and show the bios when the button is clicked!22:30
scooperOk..22:31
bluberryif it does work, please commit the work and ill review it just to confirm and then merge it to main22:31
scoopergot22:31
scooperyou22:32
bluberryawesome thank you!22:33
fatimahello tanaka! great to have u here :)22:33
bluberryhey Tanaka!22:33
TanakaGreetings Blu 22:34
Marin_hello!!22:34
TanakaI have to to for dinner. Feel free to message me +1 (765) 407 1844. It will s easier for me to immediately see text compared to the irc chat22:35
bluberryokay22:36
bluberryplease join back when you can22:36
TanakaAlright 22:37
*** Tanaka has quit (Remote host closed the connection)22:37
*** scooper has quit (Quit: Leaving)22:42
*** gabriel_jet has quit (Ping timeout: 480 seconds)22:45
*** svaye__ has quit (Ping timeout: 480 seconds)22:47
*** jelkner has quit (Quit: Leaving)22:50
*** fatima has quit (Remote host closed the connection)22:51
*** fatima has quit (Remote host closed the connection)22:54
*** bluberry has quit (Remote host closed the connection)22:55
*** jkollie has left #jetrowebdev (None)22:57
*** fatima has quit (Remote host closed the connection)22:58
*** svaye_ has quit (Quit: Leaving)23:00
*** fatima has quit (Remote host closed the connection)23:08
*** ledmer has quit (Remote host closed the connection)23:32
*** ledmer has quit (Remote host closed the connection)23:43
*** fatima has quit (Remote host closed the connection)23:45
*** bluberry has quit (Remote host closed the connection)23:49
*** fatima has quit (Remote host closed the connection)23:50
*** bluberry has quit (Remote host closed the connection)23:59

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!