Posts

Showing posts from February 27, 2019

write an array of objects directly on pug

Image
0 I would like to know if I can write an object on pug, this code is working but I think I would be better if I can write the object directly. mixin about(title, paragraphe) - var columns_content = - columns_content.push({title:'Brand',paragraphe:'hola'}) - columns_content.push({title:'Digital',paragraphe:'hola'}) - columns_content.push({title:'Print',paragraphe:'hola'}) pug share | improve this question asked Nov 20 '18 at 22:01 Maria Violeta Maria Violeta 12 4

Missing taskbar after lightdm restart, fixed by another restart of lightdm

Image
0 Recently I have been getting the Lagging box around mouse cursor on Ubuntu and the only solution to this is restarting lightdm . However when I restart lightdm I am missing my taskbar. Another restart of lightdm though will fix this issue and everything returns to normal without the lag issue. So of course, my question is, why does the second restart solve the issue. How can I fix this with the first restart? nvidia lightdm taskbar share | improve this question asked Jan 17 at 11:55 Jamie Hutber Jamie Hutber 197 2 4 18