Darkijah | broke it | 05:25 |
---|---|---|
Darkijah | b100dian[m]: So that did not seem to work either. | 06:05 |
Darkijah | no colors at all | 06:05 |
Darkijah | for(var i = 0; i < colors.length; i ++) { listItems[i].style.color = colors[i % listitems.length]; } | 06:07 |
Darkijah | Maybe a possiblity of a color ring around the windows might help on navigating to the correct app?.... | 06:13 |
Darkijah | was just thinking. | 06:13 |
Darkijah | like a possibility to make whatever color around the windows as you want. | 06:13 |
Darkijah | dunno, just an idea | 06:13 |
Darkijah | Like it would be easier if you know that the mp3 player is blue or something to find it in the overview | 06:14 |
b100dian[m] | Sorry, I meant in the 'for' i < condition | 08:24 |
Darkijah | for(var i = 0; i < colors.length; i ++) { listItems[i].style.color = colors[i]; } | 10:52 |
Darkijah | so lets see | 10:52 |
Darkijah | for(var i = 0; i < % listitems.length) { listItems[i].style.color = colors[i]; } | 10:53 |
Darkijah | like that? | 10:53 |
Darkijah | wait | 10:53 |
Darkijah | for(var i = 0; i % listitems.length) { listItems[i].style.color = colors[i]; } | 10:53 |
Darkijah | no | 10:53 |
Darkijah | for(var i = 0; i < % listitems.length) { listItems[i].style.color = colors[i]; } | 10:54 |
Darkijah | like nothing works | 10:55 |
Darkijah | like how hard can it be | 10:55 |
b100dian[m] | for(var i = 0; i < listitems.length; i ++) { listItems[i].style.color = colors[i % colors.length]; } | 11:34 |
attah | Meh. 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 building | 14:36 |
attah | eeey! After a dockerd restart, it is actually does proceed | 14:53 |
Darkijah | what do you use the 3 button on the mobile for on the Xperia 10 3? | 15:45 |
Darkijah | b100dian[m]: does not work | 15:47 |
attah | flypig: Have you always needed to build with swap? I'm wondering if that can be related to the multithread hangs (stalls?) | 16:52 |
attah | For completness: i built everything at something like 2.5-3h, half of which spent singlethreaded on gecko | 19:19 |
attah | so the presumed majority of the build done in -j32 at least did not lock up | 19:19 |
attah | Very good instructions :) | 19:21 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!