Sunday, 2023-10-22

Darkijahbroke it05:25
Darkijahb100dian[m]: So that did not seem to work either.06:05
Darkijahno colors at all06:05
Darkijahfor(var i = 0; i < colors.length; i ++) { listItems[i].style.color = colors[i % listitems.length]; }06:07
DarkijahMaybe a possiblity of a color ring around the windows might help on navigating to the correct app?....06:13
Darkijahwas just thinking.06:13
Darkijahlike a possibility to make whatever color around the windows as you want.06:13
Darkijahdunno, just an idea06:13
DarkijahLike it would be easier if you know that the mp3 player is blue or something to find it in the overview06:14
b100dian[m]Sorry, I meant in the 'for' i < condition08:24
Darkijahfor(var i = 0; i < colors.length; i ++) { listItems[i].style.color = colors[i]; }10:52
Darkijahso lets see10:52
Darkijahfor(var i = 0; i < % listitems.length) { listItems[i].style.color = colors[i]; }10:53
Darkijahlike that?10:53
Darkijahwait10:53
Darkijahfor(var i = 0; i % listitems.length) { listItems[i].style.color = colors[i]; }10:53
Darkijahno10:53
Darkijahfor(var i = 0; i < % listitems.length) { listItems[i].style.color = colors[i]; }10:54
Darkijahlike nothing works10:55
Darkijahlike how hard can it be10:55
b100dian[m]for(var i = 0; i < listitems.length; i ++) { listItems[i].style.color = colors[i % colors.length]; }11:34
attahMeh. SFDK et al insists i have all source code under ~, which has been fine until gecko... And even despite bind-mounting my larger disk it refuses to play ball now that i finally got to building14:36
attaheeey! After a dockerd restart, it is actually does proceed14:53
Darkijahwhat do you use the 3 button on the mobile for on the Xperia 10 3?15:45
Darkijahb100dian[m]: does not work15:47
attahflypig: Have you always needed to build with swap? I'm wondering if that can be related to the multithread hangs (stalls?)16:52
attahFor completness: i built everything at something like 2.5-3h, half of which spent singlethreaded on gecko19:19
attahso the presumed majority of the build done in -j32 at least did not lock up19:19
attahVery good instructions :)19:21

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